.gif-section{display:flex;align-items:center;gap:14.2rem}
.gif-section-left{width:50%}
.gif-section-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.gif-section-right{width:50%}
.gif-section-right-heading{margin-bottom:1.2rem;font-family:"IvyPresto Headline","Times New Roman",Times;font-size:5.5rem;line-height:112%;font-weight:300;color:#1f1f1f}
.gif-section-right-letters{display:flex;flex-direction:column;gap:2rem}
.gif-section-right-letters-letter{display:flex;align-items:flex-start;gap:2.4rem}
.gif-section-right-letters-letter-circle{min-width:4.2rem;min-height:4.2rem;display:flex;justify-content:center;align-items:center;font-size:2.4rem;line-height:160%;font-weight:600;color:#000;border:1px solid #bababa;border-radius:50%}
.gif-section-right-letters-letter-info{display:flex;flex-direction:column;gap:.5rem}
.gif-section-right-letters-letter-info-title{font-size:1.6rem;line-height:160%;font-weight:600;color:#484848}
.gif-section-right-letters-letter-info-text{max-width:34rem;font-size:1.6rem;line-height:160%;font-weight:400;color:#484848}
.gif-section-right-text{margin-bottom:2.4rem;margin-top:3.8rem;font-size:1.6rem;line-height:160%;font-weight:400;color:#484848}
.gif-section-right-text-top{max-width:41rem;margin-top:0;margin-bottom:3.8rem}
@media screen and (max-width:990px){
.gif-section{flex-direction:column;gap:3.6rem}
.gif-section-left{width:80%}
.gif-section-right{width:100%}
.gif-section-right-heading{font-size:4.2rem}
.gif-section-right .button-primary-outline{width:100%}
}