

.sect1-container{
	width: 100%;
	padding:10px;	
}
.sect1-container-mobile{
	width: 100%;
	padding:20px;
	background-image: url("https://goedmo.com/wp-content/uploads/2025/03/image1_cropped.webp")
}
.sect1-grid{
	display: flex;
	justify-content: center;
	border: 1px solid #F1D6FF;
	padding: 50px;
	border-radius: 15px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	gap: 10px;
	background-color:#FEFCFF;
}
.sect1-img1{
	width:150px;
	height:96px;
}
.sect1-img2{
	width:208px;
	height:63px;
}
.sect1-h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	
	color: #5B2775;
	 font-family: "Sora", sans-serif;
}
.sect1-para{
	font-size:18px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	font-family: "Sora"

}
.sect1-imgs{
	margin-top: 30px;
}

.form-input{
	width: 100%;
	max-width: 350px;
}
.call-form-btn{
	width: 100%;
	max-width: 390px;
	height:40px;
	background-color: #5B2775;
	color: #F5F5F5;
	font-size:16px;
	margin: auto;
	border-radius: 15px;
}
@media only screen and (max-width: 700px){
	.sect1-grid{
		flex-direction: column;
		padding: 20px 20px;
		
	}
	.sect1-h1{
		font-size:22px;
		line-height:22px;
	}
	.sect1-para{
	font-size:16px;
	font-weight: 400;
	line-height: 25px;
	

}
	.sect1-img1{
	width:140px;
	height:76px;
}
.sect1-img2{
	width:148px;
	height:55px;
}
}