.cda-product-loyalty {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    padding: 0 0 16px;
    border-bottom: 1px solid #161837;
    text-align: left;
}

.cda-product-loyalty__title,
.cda-product-loyalty__description {
    margin: 0 !important;
}

.cda-product-loyalty__title {
    color: #161837;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.cda-product-loyalty__prefix {
    color: #161837;
}

.cda-product-loyalty__reward {
    color: #E7502A;
    font: inherit;
}

.cda-product-loyalty__description {
    max-width: 470px;
    color: #161837;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .cda-product-loyalty__title {
        font-size: 22px;
    }
}
