@media only screen and (min-width: 1068px) {
    #highlights-gallery-item-2 .caption-container .caption,
    #highlights-gallery-item-3 .caption-container .caption{
            width: 800px;
    }
}

@media only screen and (max-width: 735px) {
    #subscriptions-gallery .icon-card:nth-child(2) {
            width: 280px;
    }
}