section.content-image .wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;flex-wrap:auto;gap:48px}section.content-image .wrapper .image{aspect-ratio:1.21/1;overflow:hidden;border-radius:32px}section.content-image .wrapper .image.contain{padding:32px;background:linear-gradient(180deg,rgba(15,15,16,.45) 0%,rgba(15,15,16,.3) 103.66%)}section.content-image .wrapper .image.contain img{height:100%;object-fit:contain;object-position:center;max-width:250px;width:100%;margin:0 auto}section.content-image .wrapper .image.cover 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-reverse}section.content-image .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;gap:48px}section.content-image .wrapper .image{flex-basis:50%}section.content-image .wrapper .content{flex-basis:50%}}
