/* Authors */

.authors-content {
    padding: 110px 0;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.authors-content__rules {
    width: 750px;
}

.authors-content__bar {
    width: 300px;
    background-color: rgba(0,55,16,1);
    height: 250px;
    color: #fff;
    border-radius: 10px;
}

.authors-content__bar h3 {
    padding: 0 20px;
}

.authors-content__bar a {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 35px;
    padding: 0 20px;
}

.authors-content__bar a:hover {
    background-color: #323232;
}

.authors-content .section-title {
    font-size: 30px;
    line-height: 1.35;
}

.authors-content .text {
    margin: 0;
}

.section {
    margin: 0 0 50px 0;
}

.text-point {
    display: inline-block;
    width: 20px;
}

@media screen and (max-width: 900px) {
    .authors-content {
        padding: 0 20px;
    }

    .authors-content__bar {
        display: none;
    } 
}
