.case-study-banner {
    padding: 0 0 100px;
    position: relative;
    z-index: 9;
}
@media (max-width: 480px) {
    .case-study-banner {
        padding: 0 16px;
        position: relative;
        z-index: 9;
    }
}
@media (max-width: 1024px) {
    .case-study-banner {
        padding: 0 20px 60px;
    }
}

.case-study-banner .container {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: url(../../img/home/case-study-banner.png) no-repeat, #27003a;
    background-position: left top;
    background-size: cover;
    box-shadow: 0 0 100px #eb00ff;
    padding: 54px 70px;
}

.case-study-banner .container h2 {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 28 + 32px);
    line-height: 120%;
    color: #fff;
    margin-bottom: 40px;
    max-width: 610px;
}
@media (min-width: 1240px) {
    .case-study-banner .container h2 {
        font-size: 60px;
    }
}

.case-study-banner .container .case-study-btn {
    font-family: "Roboto Flex", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc((100vw - 375px) / 1545 * 2 + 14px);
    line-height: 130%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 55px;
    border-radius: 41.5px;
    background: #04a696;
    transition: all .25s ease;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .case-study-banner .container .case-study-btn {
        font-size: 16px;
        width: fit-content;
    }
}
@media (min-width: 1240px) {
    .case-study-banner .container .case-study-btn {
        font-size: 16px;
    }
}