.promotion-card {
    padding: 24px 13px 25px;
}
.promotion-card h4{
    font-size: 36.45px;
    line-height: 31px;
    margin-bottom: 14px;
}

@media screen and (max-width:991px) {
    .promotion-card h4{
        font-size: 28px;
    }
}
.promotion-card h4 strong{
    color: #56CBFF;
}
.promotion-card .description {
    margin-bottom: 16px;
}
.promotion-card h5 {
    color: #56CBFF;
    font-size: 19px;
    font-weight: 900;
    line-height: 23px; 
    margin-bottom: 0;
}
.promotion-card h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 7px;
}
@media screen and (max-width:991px) {
    .promotion-card h6 {
        font-size: 18px;
    }
}
.promotion-card .cta-btn {
    font-size: 14px;
    line-height: normal;
    padding: 6px 26px;
}