.fetured-case.yellow {
    background-color: var(--color-secondary-5);
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 40rem) {
    .fetured-case.yellow::after {
        background-image: url(../../img/circle-yellow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 250px;
        pointer-events: none;
        position: absolute;
        right: -60px;
        top: -60px;
        width: 250px;
    }
}

@media screen and (min-width: 64rem) {
    .fetured-case.yellow::after {
        height: 550px;
        right: -80px;
        top: -140px;
        width: 550px;
    }
}

.featured-case-section {
    min-height: 400px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 64rem) {
    .featured-case-section {
        padding: 0 15px;
    }
}

.featured-case-section .content-wrapper {
    display: flex;
}

.featured-case-section .content-wrapper>.row {
    align-items: center;
}

.featured-case-section .text-column {
    display: block;
    height: 100%;
    max-width: 600px;
    padding: 2rem 0 0;
}

.featured-case-section .text-column.imagefirst {
    margin-right: auto;
}

.featured-case-section .text-column:not(.imagefirst) {
    margin-left: auto;
}

@media screen and (min-width: 40rem) {
    .featured-case-section .text-column {
        padding: 2rem 0;
    }
}

@media screen and (min-width: 64rem) {
    .featured-case-section .text-column {
        padding: 4rem 0;
    }
}

.featured-case-section .text-column p>.btn-primary,
.featured-case-section .text-column p>.btn-secondary {
    margin-bottom: -1rem;
}

.featured-case-section .text-column p {
    font-weight: 300;
}

.featured-case-section .text-column p .pretitle {
    display: block;
    margin: 0 0 -1rem;
}

.featured-case-section .media-wrapper {
    padding: 0;
}

.featured-case-section .media-column {
    margin: 0 10px;
    padding: 0;
    position: relative;
    width: calc(100% - 20px);
}

@media screen and (min-width: 40rem) {
    .featured-case-section .media-column {
        height: 100%;
        margin: 0;
        width: 100%;
    }
}

.featured-case-section .media-column .image {
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.featured-case-section .media-column .image::after {
    padding-bottom: 56%;
}

.featured-case-section .media-column .image .logo-wrapper {
    background-color: var(--color-white);
    border: 1px solid var(--color-primary-5);
    border-radius: 4px;
    bottom: 1rem;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.08);
    height: 80px;
    left: 1rem;
    padding: 1rem;
    position: absolute;
    width: 120px;
}

@media screen and (min-width: 40rem) {
    .featured-case-section .media-column .image .logo-wrapper {
        bottom: 2rem;
        left: 2rem;
    }
}

.featured-case-section .media-column .image .logo-wrapper .company-logo {
    background-color: var(--color-white);
    background-size: contain;
}