/* Loyalty Content - Start */
.loyalty-content {
    padding: 30px 0 60px 0;
}
.col-left {
    display: flex;
    flex-direction: column;
    width: calc(44% - 8px);
}
.col-right {
    display: flex;
    flex-direction: column;
    width: calc(56% - 8px);
}
.loyalty-content .h2 {
    margin-bottom: 15px;
}
.loyalty-content p {
    max-width: 420px;
    color: #a5a5a5;
}
.loyalty-content .h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}
@media (max-width: 1279px) {
    .col-left {
        width: calc(100% - 0px);
    }
    .col-right {
        width: calc(100% - 0px);
    }
    .loyalty-content .h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .btn-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .btn-group .btn {
        width: 100%;
    }
}
/* Loyalty Content - End */

/* Loyalty Steps - Start */
.loyalty-step {
    padding: 60px 0;
    background: var(--gray);
}
.loyalty-step .h2 {
    margin-bottom: 30px;
}
.step-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    width: calc(33.33% - 11px);
}
.step-box p {
    color: #a5a5a5;
}
@media (max-width: 1279px) {
    .step-box {
        gap: 15px;
        padding: 15px;
        width: calc(100% - 0px);
    }
}
/* Loyalty Steps - End */

/* Loyalty Info - Start */
.loyalty-info {
    padding: 60px 0 100px 0;
}
.loyalty-info .h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.loyalty-info p {
    max-width: 720px;
    color: #a5a5a5;
}
@media (max-width: 1279px) {
    .loyalty-info {
        padding: 60px 0 60px 0;
    }
    .loyalty-info .h2 br {
        display: none;
    }
}
/* Loyalty Info - End */