.font-weight-black {
    font-weight: 900 !important;
}

.text-orange {
    color: #FF931E !important;
}

.bg-gray {
    background-color: #F7F7F8;
}

.bg-gradient{
    background: transparent linear-gradient(180deg, #F2F7F8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.site-footer {
    position: relative;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

div#section_1,
div#section_2 {
    padding: 65px 50px 60px;
}

div#section_3 {
    padding: 30px 0;
}


div#section_1 i.checkMark {
    font-size: 7em;
}

div#section_1 h1 {
    margin-top: 28px;
    font-size: 20px;
    line-height: 26px;
}

div#section_1 p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
}


div#section_2 div:nth-child(1) {
    margin-bottom: 45px;
}

div#section_2 h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

div#section_2 h2 {
    font-size: 20px;
    line-height: 24px;
}

div#section_2 p.number {
    font-size: min(11vw, 38px);
    line-height: 45px;
}

div#section_2 hr {
    border: 1px solid #E7EAEF;
    height: 30px;
}

div#section_2 p.sub-number {
    font-size: min(5.5vw, 25px);
    line-height: 30px;
}

div#section_2 div:nth-child(2) {
    margin-bottom: 30px;
}

div#section_2 div:nth-child(3) p {
    font-size: 14px;
    line-height: 18px;
}

div#section_2 div:nth-child(3) p:first-child {
    margin-bottom: 11px;
}


div#section_3 p {
    font-size: 12px;
    line-height: 18px;
}


@media screen and (min-width: 768px) {
    div#section_1 {
        padding: 82px 15vw 78px;
    }

    div#section_1 h1 {
        margin-top: 40px;
        font-size: 25px;
        line-height: 30px;
    }

    div#section_1 p {
        margin-top: 20px;
    }


    div#section_2 {
        padding: 75px 15vw 63px;
    }

    div#section_2 div:nth-child(1) {
        margin-bottom: 30px;
    }


    div#section_3 {
        padding: 40px 5vw;
    }

    div#section_3 p {
        max-width: 920px;
        margin: 0 auto;
    }

    div#section_3 p:first-child {
        margin-bottom: 10px !important;
    }
}