.case-study-wrapper{background:#f6f6f6;width:100%}.case-study-container{display:grid;grid-template-columns:50% 50%;height:100%;justify-items:end;margin:auto;width:100%}.case-study-container .left-section{background-color:#f6f6f6;display:flex;flex-direction:column;height:100%;justify-content:center;max-width:850px;padding:5rem;row-gap:50px;width:100%}.case-study-container .left-section .headers{display:flex;flex-direction:column;gap:30px}.case-study-container .left-section .headers h2{font-size:32px}.case-study-container .left-section .headers h4{font-weight:400}.case-study-container .left-section .button-container{width:fit-content}.case-study-container .right-section{background-color:#fff;background-position:50%;background-size:cover;height:100%;width:100%}@media (max-width:1024px){.case-study-container{display:block;padding:0 2rem}.case-study-container .left-section{align-items:center;padding:2rem 0;row-gap:30px;text-align:center}.case-study-container .right-section{display:none}}@media (max-width:767px){.case-study-container{padding:0 1rem}.case-study-container .left-section .headers h1{font-size:30px;text-align:center}.case-study-container .left-section .headers h4,.case-study-container .left-section .headers p{text-align:center}}