@media (max-width: 980px){
section.about-content .col-6{
	width: 100%;
}
section.about-content .row{
	gap: 30px;
	flex-direction: column-reverse;
}
section.about-content.rev .row{
	flex-direction: column;
}
section.about-content.rev .image-content {
    padding-right: 0;
}
section.gallery-sec .row{
	gap: 30px;
}
.gallery-cards {
    width: 100%;
}
section.gallery-sec .gallery-image, section.gallery-sec img{
	height: 400px;
}
}
@media (max-width: 540px){
	section.about-content img{
		height: 300px;
	}
	section.about-content h6{
		font-size: 21px;
	}
	section.gallery-sec .head-sec{
		margin-bottom: 20px;
	}
	section.gallery-sec .gallery-image, section.gallery-sec img {
        height: 300px;
    }
    section.gallery-sec h4 {
    font-size: var(--f24);
}
section.ready-form h2{
	font-size: 25px;
	margin-bottom: 15px;
}
  section.ready-form .form-head ul.social a{
    width: 38px;
    height: 38px;
  }
section.ready-form form .col-lg-6 {
    width: 100%;
}
section.ready-form form .col-lg-3 {
    width: 49%;
}
section.gallery img {
    height: 200px;
    }
}
@media (max-width: 360px){
section.ready-form h2{
	font-size: 22px;
}
section.gallery-sec h4 {
    font-size: var(--f22);
}
section.about-content h6{
		font-size: 19px;
	}
}