.section-content-image__content p {
    font-size: 26px;
    font-weight: 300;
}

/*.section-content-image__content .button:last-of-type {*/
/*    background: #fff;*/
/*}*/

/*.section-content-image__content .button:last-of-type span {*/
/*    color: #4D4948;*/
/*}*/

/*.section-content-image__content .button:hover:last-of-type {*/
/*    background: #50B405;*/
/*    border: 2px solid #50B405;*/
/*    opacity: 0.7;*/
/*}*/

/*.section-content-image__content .button:hover:last-of-type span {*/
/*    color: #fff;*/
/*}*/

.section-author__item:nth-child(2n) .section-author__item-avatar {
    order: 1;
}

.section-author__items {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 960px;
    margin: 0 auto;
}

.section-author__item {
    display: flex;
    align-items: center;
    gap: 50px;
}

.section-author__item > div {
    flex: 1 1 0;
}

.section-author__item-avatar {
    width: 100%;
    max-width: 320px;
    position: relative;
    text-align: center;
}

.section-author__item-avatar:before {
    background: url(../../images/icons/autor-avatar-render-01.svg);
    width: 63px;
    height: 56px;
}

.section-author__item-avatar:before,
.section-author__item-avatar:after {
    content: "";
    position: absolute;
}

.section-author__item-avatar:after {
    background: url(../../images/icons/autor-avatar-render-02.svg);
    width: 35px;
    height: 40px;
}

.section-author__item:nth-child(3n + 1) .section-author__item-avatar:before {
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}

.section-author__item:nth-child(3n + 1) .section-author__item-avatar:after {
    top: 20%;
    right: 10px;
}

.section-author__item:nth-child(3n + 2) .section-author__item-avatar:before {
    top: 5px;
    right: 20px;
    transform: rotate(-40deg);
}

.section-author__item:nth-child(3n + 2) .section-author__item-avatar:after {
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(200deg);
}

.section-author__item:nth-child(3n + 3) .section-author__item-avatar:before {
    top: 35px;
    left: 20px;
    transform: rotate(70deg);
}

.section-author__item:nth-child(3n + 3) .section-author__item-avatar:after {
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(200deg);
}

.section-author__item-avatar img {
    border-radius: 50%;
    border: 1px solid #DCDCDC;
}

.section-author__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.section-author__item-content p {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.section-author__item-content .author-name {
    color: #4D4948;
    font-size: 38px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: normal;
    opacity: 1;
}

.section-author__item-content .author-name span {
    font-weight: 600;
    color: #AD3275;
}

.section-author__item-content .author-job {
    font-size: 22px;
    font-weight: 600;
}

.section-author__item-content .button {
    padding: 8px 16px;
}

.section-author__item-content .button span {
    font-size: 12px;
}

.section-author__item-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-author__item-contact a {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-author-bio .section-author__item {
    max-width: 1056px;
    margin: 0 auto;
}

.section-tutorial .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.section-tutorial .nav-links {
    margin: 0;
}

@media (max-width: 768px) {
    .section-content-image__content p {
        font-size: 22px;
    }

    .section-author__item {
        flex-direction: column;
        gap: 30px;
    }

    .section-author__item:nth-child(2n) .section-author__item-avatar {
        order: 0;
    }

    .section-author__item-avatar {
        max-width: 280px;
    }

    .section-author__item-content {
        text-align: center;
        align-items: center;
    }

    .section-author__item-content .author-name {
        font-size: 30px;
    }

    .section-author__item-content p {
        font-size: 20px;
    }

    .section-author__item-contact {
        align-items: center;
    }

    .section-tutorial .pagination {
        padding-top: 45px;
    }
}