section.authors_banner {
    padding-top: 155px !important;
	padding-bottom: 48px !important;
}
.authors_banner h1 {
    color: #1F4248 !important;
    text-align: center;
}
.authors_banner .breadcrumbs ul li:last-child a, .authors_banner .breadcrumbs ul li:last-child span {
    width: auto !important;
}
.authors_banner .breadcrumbs {
    padding-top: 0;
}
.authors_banner .breadcrumbs ul {
    justify-content: center;
}

section.authors {
    padding-top: 0 !important;
}
.authors .flex-wrapper {
    flex-wrap: wrap;
    align-items: initial;
    gap: 32px;
}
.authors .flex-wrapper .author {
    width: calc(33% - 18px);
    border-radius: 20px;
    background: #F7F7F7;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.authors .flex-wrapper .author .image {
    width: 100%;
}
.authors .flex-wrapper .author img {
    border-radius: 20px;
    background-color: #6D6D6D;
}
.authors .flex-wrapper .author h2 {
    margin-bottom: 0 !important;
    line-height: 24px !important;
}
.authors .flex-wrapper .author h2 a {
    color: #1F4248;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
.authors .flex-wrapper .author .posts {
    font-size: 16px;
    line-height: 120%;
}
.authors .flex-wrapper .author .categories ul {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
}
.authors .flex-wrapper .author .categories ul li {
    display: block;
    border-radius: 12px;
}
.authors .flex-wrapper .author .categories ul li a {
    border-radius: 12px;
    border: 1px solid #E8EAEB;
    display: block;
    padding: 15px 30px;
    color: #1F4248;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
    text-transform: capitalize;
}
.authors .flex-wrapper .author .categories ul li:hover a {
    background: linear-gradient(101deg, #1C9BB3 2.83%, #38A85E 94.82%);
}
.authors .flex-wrapper .author .categories ul li:hover a {
    color: #fff;
}
.authors .flex-wrapper .author .description {
    color: #626262;
    font-size: 16px;
    line-height: 120%;
}

@media screen and (max-width: 1024px) {
    .authors .flex-wrapper .author {
        width: calc(50% - 16px);
    }
}
@media screen and (max-width: 768px) {
    .authors .flex-wrapper {
        gap: 20px;
    }
    .authors .flex-wrapper .author {
        width: calc(50% - 10px);
        gap: 15px;
    }
    .authors .flex-wrapper .author .categories ul li a {
        padding: 15px;
    }
}
@media screen and (max-width: 600px) {
    .authors .flex-wrapper .author {
        width: 100%;
    }
    .authors .flex-wrapper .author .description {
        font-size: 14px;
    }
}