img.promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.thin-text {
    font-weight: 100;
}
.promo-card {
    background: #f0f8ff0d;
    padding: 20px;
    border-radius: 12px;
}
.promo-card div:first-child {
    padding-left: 0;
    padding-right: 0;
}
.discount-rate-wrapper {
    background-color: #785f37;
    padding: 10px;
    border-radius: 12px;
    font-weight: bold;
}
.discount-rate-wrapper .rate {
    font-size: 30px;
}
.promo-description {
    line-height: 28px;
}

@media (max-width: 768px) {
    img.promo-img {
        height: 350px;
    }
}
