/*
Theme Name: Samunnati Theme
Author: Vibrant Info
Description: Samunnati is a custom theme with different templates supported by ACF plugin.
Version: 1.0
Text Domain: samunnati-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
.blog-article{
	iframe{
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		max-width:100%;
	}
}
.hero-info-text{
	p{
		margin-bottom:0;
	}
	span{
		display:block;
		margin-top:1rem;
	}
}
.contact-section {
	.contact-content-left{
		margin-bottom: 50px;
		h2{
			margin-bottom: 5px;
			font-size: var(--fs-48);
			font-weight: 700;
			line-height: 3rem;
		}
	}
	p{
		font-size: var(--fs-18);
		text-wrap: balance;
		margin-bottom: .25rem !important;
	}
	strong{
		font-size: var(--fs-20);
		font-weight: 600;
	}
}