.spotlight {
    margin-top: -186px;
}

.spotlight__wrap {
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(50, 56, 62, 0.1);
    padding: 25px 30px;
}

.spotlight__bg {
    position: absolute;
    left: -166px;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 342px;
    object-fit: cover;
}

.spotlight__img {
    width: 164px;
    margin: 0 auto 20px;
}

.spotlight__img img {
    height: auto;
}

.spotlight__details {
    text-align: center;
}

.spotlight__description h3 {
    font-size: 25px;
    line-height: 1.4em;
    padding: 0;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .spotlight {
        margin-top: -161px;
    }

    .spotlight__wrap {
        padding: 40px 50px 44px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .spotlight__bg {
        left: -163px;
        top: 50%;
        height: 354px;
        width: 326px;
        transform: translate(0, -50%);
    }

    .spotlight__img {
        width: 265px;
        margin: 0;
    }

    .spotlight__details {
        text-align: left;
        width: calc(100% - 265px);
        padding-left: 25px;
        max-width: 300px;
    }

    .spotlight__description h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .spotlight__bttns .btn + .btn {
        margin-top: 16px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .spotlight {
        margin-top: -106px;
    }

    .spotlight__wrap {
        padding: 32px 50px;
        justify-content: space-between;
        max-width: 1048px;
        margin: 0 auto;
    }

    .spotlight__bg {
        left: -120px;
        height: 100%;
        width: 239px;
    }

    .spotlight__img {
        width: 220px;
        margin: 0;
    }

    .spotlight__details {
        width: calc(100% - 220px);
        padding-left: 25px;
        max-width: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .spotlight__description {
        max-width: 450px;
    }

    .spotlight__description h3 {
        font-size: 40px;
        line-height: 1.25em;
        margin-bottom: 0;
    }

    .spotlight__bttns {
        width: 230px;
        text-align: center;
    }

    .spotlight__bttns .btn + .btn {
        margin-top: 16px;
        margin-left: 0;
    }
}