.featured-case-study{padding:30px 0}.featured-case-study__card{background-color:var(--white);border:var(--box-border);border-radius:var(--box-border-radius);display:flex;justify-content:space-between}.featured-case-study__background{border-radius:var(--box-border-radius) 0 0 var(--box-border-radius);position:relative;width:50%}.featured-case-study__background .featured-case-study__background__image{border-radius:var(--box-border-radius) 0 0 var(--box-border-radius);height:100%;object-fit:cover;width:100%}.featured-case-study__content{border-radius:0 0 var(--box-border-radius) var(--box-border-radius);padding:40px;width:50%}.featured-case-study__content__logo{height:auto;max-width:240px;width:100%}.featured-case-study__content .featured-case-study__content__attribution{font-size:15px;font-weight:400;line-height:28px}@media only screen and (max-width:768px){.featured-case-study__card{flex-direction:column}.featured-case-study__background,.featured-case-study__background .featured-case-study__background__image{border-radius:var(--box-border-radius) var(--box-border-radius) 0 0;width:100%}.featured-case-study__background .featured-case-study__background__image{height:unset}.featured-case-study__content{padding:40px 30px;width:100%}}