.author.archive .main-blog-bar.container-fluid {
    padding: 140px 0 0 0;
    background: #063447;
    min-height: 400px;
    margin-bottom: 40px;
}

.author.archive .new-header {
    padding: 0;
    display: block;
}

.my_author_info {
    text-align: center;
}

.author_avatar img {
    width: 75px;
    border-radius: 50%;
}

.socials {
    color: #fff;
}

.socials svg path {
    fill: #fff;
}
.socials svg {
    width: 18px;
    margin-bottom: -7px;
}

.author.archive  .my_author_info h1 {
    font-weight: 800;
    text-transform: uppercase;
    color: #f7c15c;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.my_author_description {
    font-size: 18px;
    font-family: 'Mulish';
    padding-bottom: 30px;
    color: #fff;
}

.author.archive div#blog-content {
    margin-top: 40px;
}

/*.redesign*/
.author.archive .redesign.main-blog-bar.container-fluid {
    background: #112031;

}

.author.archive .redesign .my_author_info h1 {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.19;
    text-align: center;
    color: #fff;
    text-transform: none;
}

.redesign .my_author_description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: -.02em;
    padding-bottom: 70px;
}
/*.redesign*/

@media (max-width: 768px) {
    .author.archive .new-header .col-md-8 {
        margin-top: 0;
    }
}