.three-image-section{padding:var(--padding-top) 0 var(--padding-bottom) 0}@media screen and (max-width:1023px){.three-image-section{padding:var(--padding-top-mobile) 0 var(--padding-bottom-mobile) 0}}.three-image-section__wrapper{display:flex;justify-content:space-between;align-items:center;gap:22px}@media screen and (max-width:749px){.three-image-section__wrapper{-moz-column-gap:11px;column-gap:11px;row-gap:15px;flex-wrap:wrap;flex-direction:column}}.three-image-section__inner{position:relative;width:calc((100% / 3) - (22px) * 2 / 3);max-width:calc((100% / 3) - (22px) * 2 / 3)}@media screen and (max-width:749px){.three-image-section__inner{width:90%;max-width:90%}}.three-image-section__inner-img{padding-bottom:67%}