.galleryinnercontainer{padding: 60px 0px 60px 0px; background: #fff;}
.galleryinnercontainer .section-heading{margin-bottom: 20px;}
.galleryinnercontainer .section-heading h2{margin-bottom: 10px; font-size: 40px}
.galleryinnercontainer .gallerybx{height: auto; border-radius: 0px;}
.galleryinnercontainer .gallerybx .gallerybxinner{height: 480px; float: left; width: 100%; border-radius: 25px; overflow: hidden; position: relative; overflow: hidden;}
.galleryinnercontainer .gallerybx .gallerycontent{float: left; width: 100%; min-height: 60px; display: flex; justify-content: center; align-items: center;}
.galleryinnercontainer .gallerybx .gallerycontent h3{color: rgba(var(--theme-heading), 1); font-size: 16px; font-weight: 500; text-transform: uppercase; margin: 0px;  display: -webkit-box; max-width: 100%; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}



@media (min-width: 1700px) {
.galleryinnercontainer .section-heading h2{font-size: 65px;}
.galleryinnercontainer .gallerybx .gallerycontent h3{font-size: 18px;}

}
@media (max-width: 1199px){
.galleryinnercontainer .gallerybx .gallerycontent h3{font-size: 15px;}
.galleryinnercontainer .gallerybx .gallerybxinner{height: 400px;}
}

@media (max-width: 991px){
.galleryinnercontainer .gallerybx .gallerycontent h3{font-size: 14px;}
.galleryinnercontainer .gallerybx .gallerybxinner{height: 300px;}
.galleryinnercontainer .section-heading h2{font-size: 30px; line-height: 40px;}
.galleryinnercontainer{padding: 40px 0px;}
}

@media (max-width: 767px){
.galleryinnercontainer .gallerybx .gallerycontent h3{font-size: 14px;}

}

@media (max-width: 575px){
.galleryinnercontainer{padding: 30px 0px;}
.galleryinnercontainer .section-heading h2{font-size: 26px; line-height: 36px;}
.galleryinnercontainer .gallerybx .gallerycontent{min-height: 40px;}
.galleryinnercontainer .gallerybx .gallerycontent h3{font-size: 13px;}
.galleryinnercontainer .gallerybx .gallerybxinner{height: 230px;}
}
@media (max-width: 440px){
.galleryinnercontainer .gallerybx .gallerybxinner{height: 200px;}
}