.sec-map + .sec-gallery{
  margin-top: 0;
}
.sec-gallery:last-child{
  margin-bottom: 14.4rem;
}
.gallery-list .col-lg-4:nth-child(n + 4){
  margin-top: 3.2rem;
}
.gallery-item{
  display: block;
}
.gallery-item-img{
  margin-bottom: 2.4rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.gallery-item-img:last-child{
  margin-bottom: 0;
}
.gallery-item-img img{
  width: 100%;
  height: 24rem;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-item:hover .gallery-item-img img{
  transform: scale(1.05);
}
.gallery-item-text{
  text-align: center;
}
.gallery-item-text *{
  font-size: 2rem;
  line-height: 160%;
  color: var(--blue);
}
@media(min-width:1360px) and (max-width:1403.98px){
  .sec-gallery:last-child {
    margin-bottom: 12rem;
  }
  .gallery-list .col-lg-4:nth-child(n + 4) {
    margin-top: 2.8rem;
  }
  .gallery-item-img {
    margin-bottom: 2rem;
  }
  .gallery-item-img img {
    height: 23.8rem;
  }
  .gallery-item-text * {
    font-size: 1.9rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-gallery:last-child {
    margin-bottom: 11.2rem;
  }
  .gallery-list .col-lg-4:nth-child(n + 4) {
    margin-top: 2.8rem;
  }
  .gallery-item-img {
    margin-bottom: 2rem;
  }
  .gallery-item-img img {
    height: 20.4rem;
  }
  .gallery-item-text * {
    font-size: 1.8rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-gallery:last-child {
    margin-bottom: 10.4rem;
  }
  .gallery-list .col-lg-4:nth-child(n + 4) {
    margin-top: 2.4rem;
  }
  .gallery-item-img img {
    height: 16.7rem;
  }
  .gallery-item-img {
    margin-bottom: 1.6rem;
  }
  .gallery-item-text * {
    font-size: 1.8rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-gallery:last-child {
    margin-bottom: 9.4rem;
  }
  .gallery-list .col-lg-4:nth-child(n + 4) {
    margin-top: 2.8rem;
  }
  .gallery-item-img {
    margin-bottom: 1.6rem;
  }
  .gallery-item-img img {
    height: 12.2rem;
  }
  .gallery-item-text * {
    font-size: 1.8rem;
  }
}
@media(max-width:767.98px){
  .sec-gallery:last-child {
    margin-bottom: 6.4rem;
  }
  .sec-map + .sec-gallery .gallery-list .row{
    --bs-gutter-x: 1rem;
  }
  .gallery-list .col-lg-4{
    width: 50%;
  }
  .gallery-list .col-lg-4:nth-child(n + 3){
    margin-top: 2.4rem;
  }
  .sec-map + .sec-gallery .gallery-list .col-lg-4{
    width: 33.33%;
    margin-top: 0 !important;
  }
  .sec-map + .sec-gallery .gallery-list .col-lg-4:nth-child(n + 4){
    margin-top: 1rem !important;
  }
  .gallery-item-text * {
    font-size: 1.6rem;
  }
  .gallery-item-img {
    margin-bottom: 1.6rem;
  }
  .gallery-item-img img {
    height: 13.7rem;
  }
  .sec-map + .sec-gallery .gallery-item-img img {
    height: 9.1rem;
  }
}
@media(max-width:575.98px){
  .gallery-list .col-lg-4{
    width: 100%;
  }
  .gallery-list .col-lg-4:nth-child(n + 2){
    margin-top: 2.4rem;
  }
  .sec-map + .sec-gallery .gallery-list .col-lg-4{
    width: 33.33%;
  }
  .gallery-item-img img {
    height: 50.5vw;
  }
  .sec-map + .sec-gallery .gallery-item-img img {
    height: 17vw;
  }
}