section,
.container {
    max-width: 1600px;
    margin: 0 auto;
}

@media (max-width:575px) {
}

h1 {
}

@media (max-width:1199px) {
    h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 33px;
        text-align: center;
    }
}

@media (min-width: 576px) {
    h1 {
        font-size: 62px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 45px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 56px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 65px;
        font-weight: 700;
    }
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
}

@media (min-width: 576px) {
    h2 {
        font-size: 44px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 37px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 55px;
    }
}

@media (max-width:575px) {
    p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }
}

.bordered {
    border: 15px solid #c52e21;
}

#sec1 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
}

#sec1 .col1 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width:992px) and (max-width:1199px) {
    #sec1 .col2 {
        display: flex;
        align-items: center;

        /* Vertically center the items */
        justify-content: center;
        padding-bottom: 46px;
        padding-top: 43px;

        /* Horizontally center the items */
    }
}

#sec2 {
    display: flex;
    background: #c52e21;
    color: white;
}

#sec2 .col2 {
    text-align: right;
    background: #c52e21;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 30px;
}

@media (min-width:1400px) {
    #sec2 .col2 .txt p {
        font-size: 20px;
        text-align: left;
    }
}

#sec3 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
    margin-top: 20px;
    margin-bottom: 20px;
}

#sec3 .col1 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 29px;

    /* Horizontally center the items */
}

#sec3 .col2 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
    background: #c52e21;
    color: white;
    text-align: center;
}

#sec3 .col2 .txt {
}

@media (min-width:1400px) {
    #sec3 .col2 .txt p {
        font-size: 20px;
        font-weight: 600;
    }

    #sec4 h2 {
        font-size: 43px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 21px;
    }
}

@media (min-width:1400px) {
    #sec4 p {
        font-size: 20px;
    }
}

#sec4 .col1 {
    background: whitesmoke;
    text-align: center;
    padding: 30px;
}

#sec4 .col2 {
    background: white;
    text-align: center;
    padding: 30px;
}

#sec4 .col3 {
    background: whitesmoke;
    text-align: center;
    padding: 30px;
}

#sec5 {
    position: relative;

    /* if you have stickers in the section, make the section relative, and the sticker absolute positioned */
    display: flex;
    justify-content: center;

    /* Horizontally center the items (including the sticker) */
    margin-top: 20px;
    background-color: #c52e21;
}

@media (min-width:576px) and (max-width:767px) {
    #sec5 .sticker {
        position: absolute;
        top: 303px;
        visibility: hidden;
        width: 250px;
    }
}

@media (min-width: 576px) {
    #sec5 .sticker {
        width: 173px;
        visibility: visible;
    }
}

@media (min-width: 768px) {
    #sec5 .sticker {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec5 .col1 {
        display: flex;
        align-items: flex-end;

        /* Align items to the bottom */
        justify-content: flex-start;

        /* Align items to the left */
        color: white;
        padding-top: 19px;
        padding-bottom: 95px;
    }
}

#sec5 .col1 .txt {
    color: white;
}

#sec5 h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 18px;
    margin-top: 13px;
}

@media (min-width:576px) and (max-width:767px) {
    #sec5 .col2 {
        display: flex;
        align-items: center;

        /* Align items to the top */
        justify-content: center;

        /* Align items to the right */
        xpadding-top: 220px;
        background-color: whitesmoke;
        padding-top: 103px;
        padding-bottom: 32px;
    }
}

#sec5 .col2 .txt {
}

#sec6 {
    margin-top: 20px;
    background: #c52e21;
    color: white;
}

#sec6 .col1 {
    padding: 19px;
    text-align: left;
}

@media (min-width:576px) and (max-width:767px) {
    #sec6 .col2 {
        padding-bottom: 13px;
    }
}

#sec7 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
}

@media (min-width:576px) and (max-width:767px) {
    #sec7 h3 {
        font-size: 59px;
        font-weight: 900;
        text-align: center;
        font-family: 'Roboto', sans-serif;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec7 p {
        font-size: 16px;
        color: #345097;
        text-align: center;
        font-weight: 600;
    }
}

#sec7 .col1 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;
    padding: 40px 40px 13px;

    /* Horizontally center the items */
}

#sec7 .col2 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
}

#sec7 .col3 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
    text-align: left;
}

@media (max-width:575px) {
    #sec8 {
        margin-top: 20px;
        display: flex;
        align-items: center;

        /* Vertically center the items */
        justify-content: center;

        /* Horizontally center the items */
        border: 15px solid #c52e21;
        position: relative;

        /* if you have stickers in the section, make the section relative, and the sticker absolute positioned */
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec8 .sticker {
        position: absolute;
        width: 250px;
        bottom: 0;
        right: 0;
        display: none;
    }
}

@media (min-width: 576px) {
}

@media (min-width:576px) and (max-width:767px) {
    #sec8 .col1 {
        border-right: 5px solid #c52e21;
        padding: 50px;
    }
}

@media (min-width:1400px) {
    #sec8 .col1 .txt p {
        font-size: 20px;
        font-weight: 500;
        color: #345097;
        text-align: left;
    }

    #sec8 .col2 .txt .lead {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #sec8 .col2 ul li {
        font-size: 20px;
        xfont-weight: 600;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec8 .col2 {
        padding: 50px;
        background-color: whitesmoke;
    }
}

#sec9 {
    margin-top: 20px;
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
}

#sec9 .col1 {
    display: flex;
    align-items: center;

    /* Vertically center the items */
    justify-content: center;

    /* Horizontally center the items */
    background: #c52e21;
    color: white;
}

#sec9 .col1 p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
}

@media (min-width:576px) and (max-width:767px) {
    #sec9 .col2 {
        display: flex;
        align-items: center;

        /* Vertically center the items */
        justify-content: center;

        /* Horizontally center the items */
        text-align: center;
        background: whitesmoke;
        padding-top: 30px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec9 .col2 .sticker {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec9 .col2 p {
        font-size: 22px;
        margin-bottom: 50px;
        color: #c52e21;
        font-weight: 600;
        padding: 48px;
    }
}

#sec9 .col2 .lead {
    margin-top: 50px;
}

@media (max-width:575px) {
    #sec9 .col2 .lead p {
        font-size: 24px;
        font-weight: 700;
        color: #c52e21;
        text-align: center;
    }

    #sec9 .col3 {
        padding: 20px;
    }
}

#sec9 .col3 h3 {
    font-size: 28px;
    font-weight: 700;
}

#sec9 .col3 h4 {
    font-size: 24px;
    font-weight: 600;
    color: #c52e21;
}

@media (max-width:575px) {
    #sec9 .col3 p {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: left;
    }
}

#sec10 {
    margin-top: 20px;
}

@media (min-width:992px) and (max-width:1199px) {
    #sec10 .col1 {
        padding: 48px;
    }
}

@media (min-width:1400px) {
    #sec10 .col1 p {
        font-size: 20px;
        font-weight: 600;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #sec10 .col1 h2 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 20px;
    }
}

@media (min-width:1400px) {
    #sec10 .col1 h3 {
        font-size: 33px;
        font-weight: 700;
        margin-bottom: 22px;
        color: #345097;
        text-align: center;
    }
}

@media (min-width:1400px) {
    #sec10 .col2 {
        padding: 50px;
        background: #c52e21;
        color: white;
    }

    #sec10 .col2 p {
        font-size: 20px;
    }
}

#sec11 {
    margin-top: 20px;
}

@media (min-width:768px) and (max-width:991px) {
    #sec11 .col1 {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: whitesmoke;
    }
}

#sec11 .col1 h2 {
    font-size: 33px;
    font-weight: 800;
}

@media (min-width:992px) and (max-width:1199px) {
    #sec11 .col2 {
        padding: 52px;
    }
}

#sec11 .col2 h2 {
    font-size: 24px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    #sec11 .col2 h2 {
        font-size: 40px;
    }
}

@media (min-width:1400px) {
    #sec11 .col2 p {
        font-weight: 600;
        color: #345097;
        font-size: 20px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec11 .col2 .circle {
        width: 500px;
        height: 500px;
        border-radius: 50%;
        border: 20px solid #c52e21;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#sec11 .col2 .circle-content {
    text-align: center;
    width: 330px;
}

@media (min-width: 1200px) {
    #sec11 .col2 .circle-content {
        width: 300px;
    }
}

#sec12 {
    background: #c52e21;
    color: white;
    margin-bottom: 60px;
}

#sec12 .col2 {
    padding: 8px 0 16px;
}

#sec12 .col2 ul li {
    font-size: 16px;
    text-align: center;
}

#sec12 .col2 ul li .bx {
    width: 30px;
}

@media (min-width:1400px) {
    h1 {
        font-weight: 700;
        font-size: 85px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #sec6 .col2 h3 {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        padding-top: 22px;
        padding-right: 15px;
    }
}

#sec .col1 h3 {
    text-align: center;
}

@media (max-width:575px) {
    #sec7 h3 {
        text-align: center;
        font-size: 33px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
    }

    #sec8 .sticker {
        display: none;
    }

    #sec5 .sticker {
        display: none;
    }

    #sec9 .col2 {
        padding-top: 18px;
        background: whitesmoke;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec11 .circle {
        visibility: visible;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec5 .col2 {
        background-color: whitesmoke;
        padding: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec5 .col1 {
        padding: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec6 .col2 {
        padding: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec8 .sticker {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec8 .col1 {
        padding: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec8 .col2 {
        padding: 20px;
        background-color: whitesmoke;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec5 .col2 {
        background-color: whitesmoke;
        padding: 20px;
    }
}

@media (min-width: 1400px) {
    #sec5 .col2 {
        background-color: whitesmoke;
        padding: 50px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec5 .col1 {
        padding: 20px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec6 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 21px;
        padding-bottom: 23px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec8 .sticker {
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec8 .col1 {
        padding: 50px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec8 .col2 {
        padding: 50px;
        background-color: whitesmoke;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec9 .col1 {
        padding-top: 34px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #sec5 .col2 {
        background: whitesmoke;
        padding: 20px;
    }
}

@media (max-width:767px) {
}

@media (max-width:575px) {
    #sec5 .col2 {
        background-color: whitesmoke;
        padding: 20px;
    }

    #sec8 .col1 {
        padding: 20px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec7 p {
        font-size: 19px;
        text-align: center;
        font-weight: 600;
        line-height: 1.6;
    }

    #sec9 .col3 {
        padding: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec1 div {
        padding-top: 13px;
    }

    #sec7 h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 27px;
        font-weight: 900;
        text-align: center;
    }

    #sec9 .lead p {
        text-align: center;
        font-size: 24px;
        color: #c52e21;
        font-weight: 700;
    }

    #sec9 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #sec7 h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 34px;
        text-align: center;
    }

    #sec7 .txt p {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    #sec8 .sticker {
        display: none;
    }

    #sec8 .col1 {
        padding: 32px;
        background-color: whitesmoke;
    }

    #sec8 .col2 {
        padding: 30px;
    }

    #sec9 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec9 .lead p {
        text-align: center;
        color: #c52e21;
        font-weight: 700;
    }

    #sec11 .col1 {
        background-color: whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec9 .col3 {
        padding-top: 39px;
        padding-bottom: 30px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec1 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec7 h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 38px;
        text-align: center;
    }

    #sec7 p {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }

    #sec9 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec9 .lead p {
        color: #c52e21;
        font-weight: 700;
        text-align: center;
    }

    #sec9 .col3 {
        padding-top: 29px;
        padding-bottom: 39px;
    }

    #sec10 .col1 {
        padding: 50px;
    }

    #sec11 .col1 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: whitesmoke;
    }

    #sec11 .col2 {
        padding: 50px;
    }
}

@media (min-width:1400px) {
    #sec1 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec5 p {
        font-size: 20px;
    }

    #sec5 .col1 {
        padding: 50px;
    }

    #sec6 .col2 {
        padding: 20px;
    }

    #sec7 h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 42px;
        text-align: center;
    }

    #sec7 p {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
    }

    #sec8 .sticker {
        display: none;
    }

    #sec8 .col1 {
        padding: 50px;
        background-color: whitesmoke;
    }

    #sec8 .col2 {
        padding: 50px;
    }

    #sec9 .col2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #sec9 .col2 p {
        font-size: 20px;
    }

    #sec9 .lead p {
        color: #c52e21;
        font-weight: 700;
        text-align: center;
        font-size: 22px;
    }

    #sec9 .col3 {
        padding-top: 43px;
        padding-bottom: 52px;
    }

    #sec10 .col1 {
        padding: 50px;
    }

    #sec11 .col1 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: whitesmoke;
    }

    #sec11 .col2 {
        padding: 50px;
    }
}

@media (max-width:575px) {
    #sec6 h3 {
        text-align: center;
        font-size: 20px;
    }

    #sec8 .col2 {
        padding-top: 19px;
    }

    #sec10 h3 {
        text-align: center;
        color: #170d61;
    }
}

@media (min-width:1400px) {
    #sec12 ul li {
        font-size: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sec10 .col2 {
        background-color: #c52e21;
        color: white;
        padding: 20px;
    }

    #sec10 h3 {
        text-align: center;
        color: #1f1f81;
    }

    #sec10 .col1 {
        padding: 20px;
    }

    #sec11 .col2 {
        padding: 30px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    #sec10 .col1 {
        padding: 57px;
    }

    #sec10 .col2 {
        padding: 64px;
        background-color: #c52e21;
        color: white;
    }

    #sec10 h3 {
        text-align: center;
        color: #0d3a76;
        font-weight: 700;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #sec10 .col2 {
        padding: 50px;
        background-color: #c52e21;
        color: white;
    }
}

@media (max-width:575px) {
    #sec10 .col2 {
        background-color: #c52e21;
        color: white;
        padding: 30px 10px;
    }

    #sec10 .col1 {
        padding-top: 23px;
        padding-bottom: 31px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    #sec10 .col2 {
        background-color: #c52e21;
        color: white;
        padding: 50px;
    }
}
