.author .author__sidebar {
    display: none !important
}

.author__container {
    border: 1px solid #ddeee7;
    border-radius: 15px;
    background: #fff;
    padding: 4rem;
    max-width: 400px;
    margin: 0 auto
}

@media (min-width: 1201px) {
    .author__container {
        max-width: 110rem;
        padding: 6rem 6.5rem
    }
}

.author__data {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem
}

@media (min-width: 1201px) {
    .author__data {
        margin-bottom: 4rem;
        justify-content: flex-start
    }
}

.author__image-wrapper {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2rem
}

@media (min-width: 1201px) {
    .author__image-wrapper {
        width: 15rem;
        height: 15rem;
        margin-right: 7.5rem
    }
}

.author__image-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

.author__text-wrapper {
    display: flex;
    flex-direction: column
}

.author__header {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1rem
}

@media (min-width: 1201px) {
    .author__header {
        font-size: 4rem;
        line-height: 6.5rem;
        margin-bottom: 3rem
    }
}

.author__name {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #04bf7e;
    font-weight: 500
}

@media (min-width: 1201px) {
    .author__name {
        font-size: 2.4rem;
        line-height: 3.3rem
    }
}

.author__position {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 500
}

@media (min-width: 1201px) {
    .author__position {
        font-size: 2.4rem;
        line-height: 3.3rem
    }
}

.author__location {
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
    font-style: italic
}

@media (min-width: 1201px) {
    .author__location {
        font-size: 2.4rem;
        line-height: 3.3rem
    }
}

.author__desc {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center
}

@media (min-width: 1201px) {
    .author__desc {
        font-size: 2.1rem;
        line-height: 3.5rem;
        text-align: left
    }
}