.h-524px{
  height: 524px;
}
.benefit{
  border: 1px solid #1B2449;
  height: 100%;
}
.leader{
  width: 120px!important;
  height: 120px;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.prevBtn, .nextBtn{
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.prevBtn{
  border: 1px solid #CACACA;
  margin-right: 2rem;
}
.nextBtn{
  background: var(--blue);
}
.logo-big{
  width: auto!important;
  max-width: 90%;
}
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item{
  height: 100%;
}
iframe{
  min-height: 400px;
}
.js-address{
  opacity: .5;
  transition: opacity .3s;
}
.js-address:hover{
  opacity: .75;
}
.js-address.active{
  opacity: 1;
}

@media (min-width: 768px) {

}
.mun-img{
  max-height: 15rem;
  width: auto !important;
}
.icon-svg{
  height: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mun-img {
    max-height: auto !important;
    width: 8rem !important;
  }

}

