

header .logo,
footer .logo {
    width: auto;
}

h2 {
    font-family: avenir-next-bold, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    line-height: 45px;
    font-size: 30px;
    font-weight: 700;
    color: black;

}

.redBtn {
    background-color: rgb(245, 63, 23);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 700;
    width: 100%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: grid;
    gap: 2px;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}

.row2 {
    margin-right: -15px;
    margin-left: -15px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
}

.containerAge {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
    max-width: 90%;
}

.buttonAge {
    background-color: #0a3161;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: 0.4s ease;
}

.button-red-container {
    display: flex;
    gap: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    justify-content: center;
}

.ctaBtn {
    font-weight: 800;
    text-decoration: none;
    background-color: #A81818;
    border: 1px solid #34740e;
    padding: 10px 20px;
    transition: all .2sease;
    font-size: 30px !important;
    text-transform: capitalize !important;
    width: 100% !important;
    border-radius: .25rem !important;
    text-align: center;
    line-height: 1.6;
    cursor: pointer;
    color: #fff;
    margin-bottom: 20px;
}

.one-row {
    grid-template-rows: repeat(1, 1fr);
}
    .containerAge .buttonAge {
        color: #fff;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.3rem;
        background-color: #0a3161;
        border-radius: 0.375rem;
        padding: 1rem;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 0px 1.75rem;
        text-decoration: none;
        font-weight: 700;
    }


    .containerAge .buttonAge:hover {
        background-color: #0a3161;
        transform: none;
    }


    .container {
        width: 100%;
    }

    .contentcontainer {
        width: 900px;
        margin: auto;
        padding: 5px;
    }

    .multiBrandAdvertorial h2 {
        font-size: 27.2px;
        line-height: 40.8px;
        position: relative;
    }



    @media (min-width: 992px) {
        .container {
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .container {
            width: 100%;
        }
    }

    @media (max-width: 500px) {
        .row {
            display: flex;
            flex-direction: column;
        }

        .col-sm-2.col-xs-4.buttonAge {
            width: 100%;
        }
    }

    @media screen and (max-width: 700px) {
        .contentcontainer {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 9px;
        }

        .multiBrandAdvertorial h2 {
            margin-top: 25px;
            font-size: 22px;
            line-height: 30px;
            position: relative;
        }
    }

    p {
        font-size: 17px;
    }

    /* ADVERTORIAL-POLICIES-HEAD */
    .sponsorText {
        display: none;
    }

    button.cta {
        color: #fff;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.75rem;
        background-color: #0a3161;
        border-radius: 0.375rem;
        padding: 1rem;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0 0px 1.75rem;
        text-decoration: none;
        font-weight: 700;
        border-color: #f53f17;
    }

    button.cta:hover {
        background-color: #0a3161;
    }

    ol>li::marker {
        font-weight: bold;
    }

    header .sectionContainer {
        max-width: 1020px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sectionContainer {
        max-width: 100%;
    }

    .container {
        width: 100%;
        max-width: 1020px;
        padding: 0 20px;
    }

    .articleBox {
        margin: 0 0 40px;
        display: flex;
        gap: 10px;
    }

    .articleButton {
        background: #0a3161;
        color: #fff;
        text-align: center;
        font-size: 22px;
        margin-top: 8px;
    }

    @media (max-width:767px) {
        .articleBox {
            flex-direction: column;
        }

        .containerAge {
            max-width: 100%;
        }

        .button-red-container {
            grid-template-columns: repeat(3, 1fr);
        }

        .button-red-container {
            display: grid !important;
        }

        .ctaBtn {
            font-size: 17px !important;
        }
    }