/* blue strip */
/* .strip a {
    max-width: 10rem !important;
} */

/* strip text section */

.cta-strip {
    text-align: center;
    color: #FFFFFF;
    padding: 32.5px 0 27.5px 0;
}

.cta-strip .h2 {
    line-height: 32px;
    font-family: Roboto;
    font-weight: normal;
    max-width: 580px;
    margin: auto;
}


.about-nourianz {
    margin-top: 24px;
    padding-left: 5px;
}

.about-nourianz img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.dosing-label{
    margin-bottom: 80px;
}

.about-nourianz .list-style {
    list-style-position: inside;
    padding-left: 36px;
}

.custom-list-style {
    position: relative;
}

.custom-list-style::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4c4d4f;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.graphic-1-dosing + p{
    max-width: 37rem;
    margin: AUTO;
}
.dosage-section .recommend-dose {
    margin-top: 24px;
}
.dosage-section .info-table {
    margin: 4.5rem 0;
}

.dosage-section .info-table td{
    vertical-align: top;
}

.dosage-section table {
    font-size: 1.8rem;
    line-height: 2.2rem;
}
.dosage-section table:nth-of-type(even) {
    margin-top: 4.2rem;
}
.dosage-section table tr:not(:last-child) {
    border-bottom: 0.1rem solid #82828470;
}
.dosage-section table th {
    font-weight: bold;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
}
.dosage-section table td {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    width: 42%;
    padding-right: 2rem;
}
.dosage-section table td:nth-of-type(2) {
    width: 60%;
}

.dosage-section table th:nth-of-type(2), .dosage-section table td:nth-of-type(2) {
    padding-left: 3.6rem;
    border-left: 0.1rem solid #82828470;
}


.recommend-dose .custom-list-style {
    padding-left: 20px;
}

.recommend-dose .custom-list-style::before {
    left: 0;
}

.dosage-adjustments-footer-note{
    font-size: 14px;
    padding-left: 1.5rem;
}

@media (max-width: 991px) {
.dosing-label{
    margin-bottom: 30px;
}
    
}
@media (max-width: 767.98px) {
    .about-nourianz img {
        width: 6.9rem;
        height: 6.9rem;
    }
    .graphic-1-dosing + p {
        max-width: 100%;
    }

    .dosage-section .info-table {
        margin: 3.5rem 0;
    }
    .dosage-section table {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .dosage-section table:nth-of-type(even) {
        margin-top: 2.8rem;
    }

    .dosage-section td {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .dosage-section {
        background-color: #f3f3f340;
    }
    
}

@media (max-width: 575.98px) {
    .dosage-section table td, .dosage-section table td:nth-of-type(2) {
        width: 50%;
    }
    .dosage-section table td, .dosage-section table th {
        padding-right: 1.2rem;
    }
    .dosage-section table th:nth-of-type(2), .dosage-section table td:nth-of-type(2) {
        padding-left: 1.2rem;
    }
}
