@media only screen and (min-width: 320px) and (max-width: 576px){}
@media only screen and (max-width: 767px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (max-width: 991px){
	h1{font-size: 2.5rem}
	h2{font-size: 2rem;margin-bottom: 1rem}
	.main-section{padding: 3rem 0}
	.btn{padding: 0.75rem 1.5rem}
	.home-section-three .col-md-7{padding-left: calc(var(--bs-gutter-x) * .5)}
	.home-section-three article{gap: 1.5rem}
	.review-card{width: 100%}
	.home-section-seven form{padding: 1.5rem}
	.form-control, .main-section p, .home-section-two li{margin-bottom: 1rem}
	.footer .logo {width: 20rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (max-width: 1199px){}
@media only screen and (min-width: 1200px){}
@media only screen and (min-width: 1200px) and (max-width: 1299px){}
@media only screen and (min-width: 1600px){}
  