.card {
    background: none;
    border: none;
    border-radius: 0;
}
.card.shadow {
    border-radius: 12px;
    box-shadow: var(--shadow);
    background: var(--white);
}
.card.shadow .card-body {
    padding: 30px;
}
.card-img-top {
    border-radius: 4px;
}
.card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}
.card-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
}
.main-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--label-color);
}
.card-body {
    padding-top: 1rem;
}
@media (min-width: 1200px) {
    .col-xxl-5 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}