body {
    background: none;
    background-size: unset;
}

#hero {
    margin-bottom: 100px;
}

#hero .heading-wrap h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 51px;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
    max-width: 910px;
    margin: 0 auto;
}

#main-text {
    margin-bottom: 65px;
}

#main-text ul>li .bold-text {
    font-weight: 600;
}

#main-text .text-body:nth-child(6) .bold-text {
    font-weight: 600;
}

#main-text .text-body:nth-child(6) .description {
    line-height: 2;
}

#main-text ul {
    padding-left: 32px;
}

#main-text ul>li {
    list-style: disc;
    line-height: 24.5px;
}

#main-text ul>li::marker {
    font-size: 14px;
}

#main-text .text-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

#main-text *:not(.text-heading) {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #888888;
}

#main-text .text-body:nth-child(1) li,
#main-text .text-body:nth-child(2) li,
#main-text .text-body:nth-child(4) li,
#main-text .text-body:nth-child(5) li {
    margin-bottom: 20px;
}

#main-text .text-body:nth-child(5) ol {
    margin-top: 10px;
    padding-left: 15px;
}

#main-text .text-body:nth-child(3) ul>li {
    margin-bottom: 20px;
}

#main-text .text-body:nth-child(3) ol>li {
    list-style: lower-roman;
}

#main-text .text-body:nth-child(5) ol>li {
    list-style: lower-roman;
}

#main-text .text-body {
    margin-bottom: 30px;
}


@media only screen and (max-width: 1439px) {

    #hero .heading-wrap h1 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1199px) {

    #hero .heading-wrap h1 {
        font-size: 38px;
        line-height: 46px;
        max-width: 810px;
    }

    #hero {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {

    #hero .heading-wrap h1 {
        font-size: 30px;
        line-height: 38px;
        max-width: 610px;
    }

    #main-text .text-heading {
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {

    #hero .heading-wrap h1 {
        font-size: 25px;
        line-height: 32px;
    }

    #hero {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 575px) {
    #main-text .text-heading {
        font-size: 20px;
        line-height: 25px;
    }
}