.video-posters-merch {
    padding-top: 0!important;
}

.video-posters-merch__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 23px;
}

.item-video-posters-merch__img {
    width: 103px;
    height: 103px;
    object-fit: cover;
    border-radius: 100%;
    flex-shrink: 0;
}

.item-video-posters-merch {
    background: #A6988A;
    padding: 30px;
    flex-basis: calc((100% - 23px) / 2);
    display: flex;
    align-items: center;
    gap: 30px;
}

.item-video-posters-merch__text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #FFF;
}

.item-video-posters-merch__heading {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Italic;
    font-size: 36px;
    text-transform: lowercase;
}

.item-video-posters-merch__sub_heading {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
}

@media screen and (max-width: 1199.98px) {
    .item-video-posters-merch__heading {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024.98px) {
    .item-video-posters-merch__heading {
        font-size: 26px;
    }

    .item-video-posters-merch__sub_heading {
        font-size: 16px;
    }

    .video-posters-merch__wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .item-video-posters-merch {
        padding: 20px;
         flex-basis: 100%;
    }

    .item-video-posters-merch__img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 599.98px) {
    .item-video-posters-merch__heading {
        font-size: 20px;
    }

    .item-video-posters-merch {
        padding: 10px;
        flex-basis: 100%;
        gap: 20px;
    }

    .item-video-posters-merch__img {
        width: 80px;
        height: 80px;
    }
}

