.image-banner{padding:55px 0;position:relative}@media(min-width:960px){.image-banner{align-items:center;display:flex}.image-banner.right .image-banner__content{order:2}.image-banner__content,.image-banner__image{width:50%}}.image-banner__title{border-bottom:4px solid #000;display:inline-block}.image-banner__content{padding:20px}@media(min-width:60rem){.image-banner__content{padding:50px 75px}}.image-banner__image{display:flex;justify-content:center}.image-banner__image-wrap{border-radius:0 220px 220px 0;height:250px;overflow:hidden;position:relative;width:320px}@media(min-width:60rem){.image-banner__image-wrap{height:460px;width:550px}}@keyframes scaleIn{0%{transform:scale(1.03)}to{transform:scale(1)}}.image-banner__image-wrap:after{animation-duration:.5s;animation-fill-mode:forwards;animation-name:scaleIn;border:20px solid #fff;border-radius:0 220px 220px 0;content:"";display:block;height:calc(100% - 11px);left:5px;position:absolute;top:5px;width:calc(100% - 11px)}.image-banner__image-wrap img{height:100%!important;object-fit:cover}.image-banner__info{font-size:1.25rem}