.media-gallery-card .media-gallery-title{
  font-size: clamp(28px,5vw,40px);
}
.media-gallery-card .media-gallery-description{
  font-size: clamp(13px,5vw,20px);
  color: #45556C;
}
.media-gallery-card .media-gallery-icon{
  width: 42px;
  min-width: 100%;
  height: 42px;
}
.media-gallery-info{
  font-size: 14px;
}
.media-gallery-card .swiper-button{
  border-radius: 50%;
}
@media screen and (max-width:991px){
  .media-gallery-card{
    padding-inline: 0;
  }
}