.b-grey {
    color: #515452;
}

.b-green {
    color: #055541;
}

.b-text-l {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 5%;
}

.b-text-m {
    font-size: 14px;
    font-weight: 400;
}

.b-text-s {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.b-bold {
    font-weight: 700;
}

.b-top-card {
    margin-top: 40px;
    text-align: center;

    >img {
        max-height: 100px;
    }
}

.b-fun-title {
    text-align: center;

    >img {
        max-height: 52px;
        margin-bottom: 28px;
    }
}

.b-col-2-wrapper {
    display: flex;
    align-items: center;

    @media (max-width: 768px) {
        flex-direction: column;
    }
}

.b-col-2-wrapper-left {
    flex: 1;
    text-align: center;
    padding-bottom: 16px;

    >img {
        max-width: 80%;
    }
}

.b-col-2-wrapper-right {
    flex: 1;
    min-width: 343px;
}


#b-first-discount-section {
    padding-bottom: 20px;
}

/* #b-second-discount-section {
    padding-bottom: 24px;

    >.b-col-2-wrapper {
        padding-bottom: 24px;
    }
} */

#b-second-discount-section>.b-col-2-wrapper>.b-col-2-wrapper-left>img {
    max-width: 70%;
}

#b-second-discount-section>.b-col-2-wrapper>.b-col-2-wrapper-right {
    min-width: auto;
}

#mc3 {
    width: 165px;

    @media (max-width: 768px) {
        width: 100%;
    }
}

#divider {
    height: 4px;
    background: linear-gradient(90deg, #156E1C 0%, #97D123 100%);
    margin: 30px 140px;

    @media (max-width: 768px) {
        margin: 30px 20px;
    }
}

.b-ul {
    list-style: none;
    padding-left: 0;
}

.b-ul li {
    position: relative;
    padding-left: 20px;
}

.b-ul li::before {
    content: "•";
    position: absolute;
    left: 6px;
    top: -1px;
    font-size: 1.5em;
    color: #000;
}