.main-container .content {
    max-width: 750px;
    margin: 50px auto;
    color: #4d4d4d;
}
.body-content p {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: "Effra";
    font-weight: 300;
    color: #221f20;
    line-height: 30px;
    padding-bottom: 24px;
}
.body-content ol li {
    font-family: "Effra";
    font-weight: 300;
    color: #221f20;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 36px;
    padding-left: 20px;
}
.body-content h5, .body-content h2, .body-content h3 {
    text-align: center;
    width: 100%;
}
.body-content h3 {
    margin-top: 30px;
    overflow: hidden;
    float: left;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    /* width: 100%; */
}
.body-content>*:first-child {
    margin-top: 0;
}
.body-content h2 {
    font-size: 54px;
    line-height: 60px;
    margin: 10px 0;
    font-family: "Effra";
    color: #003366;
    font-weight: 900;
    padding-bottom: 20px;
}
.body-content h5 {
    color: #952038;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.body-content h2+h5 {
    margin-bottom: 77px;
}
.body-content a {
    font-size: 18px;
    line-height: 30px;
}
.body-content a strong {
    font-weight: 400;
}
.content-bottom .first-title {
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 30px;
}
.download-link {
    text-align: center;
}
.body-content>ul {
    overflow: hidden;
    width: 100%;
}
.body-content>ul>li:not(:last-child) {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
}
.body-content>ul>li p, .body-content>ul>li a {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.body-content img {
    padding-bottom: 60px;
}
@media screen and (max-width: 1025px) {
    .main-container .content {
        padding: 0 15px;
    }
}
@media screen and (max-width: 767px) {
    .main-container .content {
        padding: 0 15px;
    }
    .body-content h5 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    .body-content h3 {
        font-size: 21px;
        line-height: 31px;
    }
    .body-content>ul>li p, .body-content>ul>li a, .body-content a, .body-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .body-content p {
        margin-bottom: 15px;
    }
}
ol ol {
    list-style-type: lower-alpha;
}
ol ol ol {
    list-style-type: upper-alpha;
}