@charset "utf-8";
.card-content {
    padding: 20px;
}

.wrapp-btn {
    text-align: center;
    margin-top: 50px;
}

.wrapp-btn a {
    display: inline-block;
    font-weight: bold;
    width: 90%;
    max-width: 500px;
    font-size: 18px;
}

.inner-row h3 {
    font-size: 16px;
}

.inner-row p {
    width: 100%;
    font-size: 13px;
    font-family: "HanSan_Regular";
    font-weight: normal;
}

.row-text {
    font-size: 12px;
    font-family: "HanSan_Regular";
    font-weight: normal;
}

.header-section {
    color: #fff;
    text-align: center;
    margin: 20px -20px 20px;
    font-family: "HanSan_Bold";
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.discerning-ingredients span {
    font-family: "HanSan_Bold";
    font-weight: bold;
}

.discerning-ingredients .more-btn {
    margin: 35px 0 45px 0;
    text-align: center;
}

.discerning-ingredients .more-btn a {
    padding: 10px 20px;
    background: #ffc915;
    color: #007a3e;
    font-size: 13px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 80%);
    transition: .3s ease-in-out;
    display: inline-block;
}

.discerning-ingredients .more-btn a:hover {
    color: #fff;
    background: #007a3e;
}

@media only screen and (max-width: 767px) {
    section.first-section {
        padding-top: 0;
        background-color: #fff;
    }

    .products-wrap {
        background-color: transparent;
        box-shadow: none;
    }

    .card-header {
        padding: 18px 10px 0;
        background-color: #ffc915;
        box-shadow: 1px 2px 6px rgb(0 0 0 / 50%);
        border-radius: 0;
        margin: 0 -20px 16px;
    }

    .header-products {
        padding: 10px 0;
        font-size: 3.85vw;
        text-align: center;
    }

    .card-content {
        border: none;
        background: transparent;
        padding: 0;
    }

    .card-content h3 {
        width: 100%;
        font-size: 3.8vw;
    }
}