@media (max-width: 1335px) {
    .card-promotion img {
        height: 230px;
    }
}

.card-promotion .card-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Gilroy;
    font-size-adjust: 0.47;
    font-weight: bold;
    text-transform: none;
    margin: 10% 0 10px 0;
    color: white;
    line-height: 1.5rem;
}

@media (max-width: 1199.98px) {
    .card-promotion .card-title {
        margin: 8% 0 10px 0;
    }
}

.card-promotion .card-text {
    font-family: Proxima Nova;
    font-size-adjust: 0.47;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1;
    color: white;
}