﻿.wallet-offer:not(.advantages) {
    background-color: #f4f4f4;
    padding: 10px 20px;
    margin-bottom: 10px;
}

    .wallet-offer .wallet-offer-wrapper {
        align-items: center;
        flex-wrap: wrap;
    }


        .wallet-offer .wallet-offer-wrapper p.title {
            font-size: 18px;
            line-height: 24px;
            color: #c30000;
            font-weight: 500;
            margin: 0;
        }

        .wallet-offer .wallet-offer-wrapper p.info {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            margin-bottom: 0;
        }

.title-intro .wallet-offer {
    margin-bottom: 40px;
}

@media (min-width: 992px) {

        .wallet-offer .wallet-offer-wrapper .info-wrapper {
            width: 100%;
        }


        .wallet-offer .wallet-offer-wrapper {
            align-items: center;
        }
}
