.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: 20px;
    text-align: center;

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

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

    >img {
        max-width: 90%;
        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;
    }
}


ul.lidish {list-style-type: "- ";}
ul.lidish {font-size: 18px;}

.plusfun {width: 440px; margin: 20px 0;}
.headl {text-align: center;}
.headl img {width: 400px; }

.desktop1 {display: block;}
.mobile1 {display: none;}

@media screen and (max-width: 580px) {
.desktop1 {display: none;}
.mobile1 {display: block;}
}
