.documentation-body {
    margin-top: 90px;
    min-height: 585px;
    background-color: #F0F2F5;
}

.documentation-container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 20px;
}

.documentation-title {
    font-family: "Stolzl", sans-serif;
    margin-top: 60px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}

.documentation-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.documentation-links {
    margin-top: 30px;
}

.documentation-link {
    color: #2E71FC;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: block;
}

@media screen and (max-width: 501px) {
    .documentation-body {
        background: #fff;
        margin-top: 80px;
        min-height: 269px;
    }
    .documentation-title {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .documentation-container {
        padding: 0 15px;
    }
    .documentation-text {
        font-size: 14px;
        line-height: 20px;
    }
    .documentation-link {
        font-size: 14px;
        line-height: 20px;
    }
    .documentation-link:not(:last-child) {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 351px) {
    .documentation-body {
        margin-top: 50px;
    }
}
