.inner-section {
    min-height: 600px;
}


.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

section .main-section-wrapper {
    background: url("../img/bg_bot.png") no-repeat;
    background-position: center bottom
}

h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-weight: bold;
}

.content p {
    margin-bottom: 20px;

}

.content ul li {
    margin-bottom: 5px;
    margin-left: 30px;
    list-style-type: disc;
}

.content ol {
    margin-bottom: 50px
}
    .content ol li {
        margin-bottom: 5px;
        margin-left: 30px;
        list-style-type: disc;
    }

.content a {
    color: #4885ed;
    font-weight: bold;
}

    .content a:hover {
        text-decoration: underline;
    }

.footer {
    background: #ffffff;
}

.contactinfo {
    font-size: 28px;
    line-height: 1.7;
    text-align: left;
}

    .contactinfo b {
        font-size: 34px;
        line-height: 1.7;
        text-align: left;
    }


