section.content-image{position:relative;overflow:hidden}section.content-image .background{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}section.content-image .background:before{content:"";position:absolute;width:100%;height:100%;background:rgba(146,144,144,.5);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}section.content-image .background img{width:100%;height:100%;object-fit:cover;object-position:center}section.content-image .wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column-reverse;flex-wrap:auto;gap:24px}section.content-image .wrapper .content{width:100%}section.content-image .wrapper .image{aspect-ratio:1.75/1;width:100%;border-radius:20px;overflow:hidden}section.content-image .wrapper .image img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (min-width: 992px){section.content-image.flip .wrapper{flex-direction:row}section.content-image .wrapper{flex-direction:row-reverse;gap:40px}section.content-image .wrapper>*{flex-basis:50%}}
