.page-author {
    padding-bottom: 60px;
}
.page-author_wrapper {
    display: flex;
    gap: 30px;
    padding-top: 53px;
    justify-content: space-between;
}

.page-author_block.block-description {
    max-width: 640px;
}
h1.author-name {
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 46px;
    color: #111111;
    margin: 0;
}

.author-text {
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
    opacity: 0.6;
    padding-top: 10px;
}
.block-color {
    background-color: rgba(17, 17, 17, 0.03);
    border-radius: 14px;
    padding: 18px;
}
.achievements.block-color {
    margin-top: 25px;
}
ul.achievements-list {
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
    opacity: 1;
    margin: 0;
}

.h2-title {
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #111111;
    margin: 0;
    padding-top: 25px;
}
.page-author ul.list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding-top: 20px;
    padding-left: 20px;
}
li.item {
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
}
.purpose-title {
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #111111;
    position: relative;
    padding-left: 35px;
}
.purpose-title:before {
    content: '';
    background-image: url(/wp-content/themes/reboot_child/assets/images/author/arrow.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 25%;
}
.purpose-text {
    padding-top: 20px;
    font-family: var(--inter-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #111111;
}

ul.achievements-list {
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
li.achievements-item {
    position: relative;
    padding-left: 35px;
}
li.achievements-item:before {
    content: '';
    background-image: url(/wp-content/themes/reboot_child/assets/images/author/arrow.svg);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10%;
}
.purpose.block-color {
    margin-top: 25px;
}
@media (max-width: 990px){
    .page-author {
        padding-bottom: 25px;
    }
    .page-author_wrapper {
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
        gap: 20px;
    }
    .author-text{
        font-size: 16px;
    }
    .page-author_block.block-description {
        max-width: 100%;
    }
    ul.achievements-list {
        padding-left: 0;
    }
    .achievements.block-color {
        margin-top: 20px;
    }

    .h2-title {
        padding-top: 20px;
    }

    .purpose.block-color {
        margin-top: 20px;
    }
    ul.achievements-list{
        font-size: 17px;
    }
    li.achievements-item {
        padding-left: 25px;
    }
}