.mwl_cover{padding:64px;}
.mwl_cover:first-child{display:flex; justify-content:center; align-items:center; text-align:center;}
.mwl_content{max-width:562px;}
.mwl_content h2{margin-bottom:24px;}
.mwl_button-group{margin-top:48px; display:flex; flex-wrap:wrap; justify-content:center; gap:8px;}

.mwl_cover .media-img{padding-bottom:113.516%;}
.mwl_cover .media-img img{opacity: 0; transition: 0.33s linear;}
.mwl_cover .media-img img.active{opacity:1; z-index:2;}

@media(max-width:991px){
  .mwl_wrapper .mwl_cover:first-child{padding:65px 24px;}
  .mwl_content .lora-medium{font-size:16px;}
  .mwl_cover{padding:16px;}
  .mwl_content h2{margin-bottom:16px;}
  .mwl_cover .media-img{padding-bottom:88%;}
}