#static-page .main-block {
    padding-top: 80px !important;
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    #static-page .main-block {
        padding-top: 115px !important;
    }
}

#static-page .head-block {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
}

@media (max-width: 767.9px) {
    #static-page .head-block {
        padding-bottom: 20px !important;
    }
}

#static-page .head-info {
    min-height: unset !important;
    max-width: unset !important;
    height: 80px !important;
    width: 100% !important;
}

#static-page .static-page-content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media (max-width: 991.9px) {
    #static-page .static-page-content {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }
}

.static-page-content p  {
    margin-bottom: 5px;
}

.static-page-content li {
    margin-bottom: 5px;
}

#static-page h3 {
    font-size: 21px !important;
    line-height: 21px !important;
    margin-bottom: 10px;
    margin-top: 25px;
}

@media (max-width: 767.9px) {
    #static-page h1 {
        font-size: 21px !important;
        line-height: 21px !important;
    }
}

#static-page .underlayer-blue>span, #static-page .underlayer-yellow>span {
    top: 10px !important;
}

#static-page .get-more {
    padding-top: 60px !important;
}

#static-page .get-more h2 {
    font-size: 30px !important;
    margin-top: -30px !important;
}

@media (max-width: 767.9px) {
    #static-page .get-more h2 {
        font-size: 21px !important;
    }
}