main > section.expert__section {
    margin-top: 0;
    padding: 25px 0 35px 0;
}
.expert__main > :nth-child(even) {
    background-color: #F3F3F3;
}
.expert__main > :nth-child(odd) {
    background-color: #ffffff;
}
.expert__main > .feedback__section--main:nth-child(even) {
    background-color: #f5f5f5;
}
.expert__breadcrumbs{
    margin-bottom: 20px;
}
.expert__breadcrumbs li {
    font-family: var(--main-font-family);
    font-weight: 400;
    font-size: var(--main-font-size-small);
    color: var(--main-color-black);
    text-transform: none
}
.expert__breadcrumbs li a {
    color: var(--main-color-grey);
    text-decoration: none
}
.expert__avatar {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.expert__title {
    font-family: 'Days One', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    margin: 0 0 15px 0;
}
.expert__position {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #767676;
    margin-bottom: 10px;
}
.expert__subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #767676;
}
.expert__stats {
    display: flex;
    gap: 30px;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #767676;
}
.expert__stats--item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.expert__stats--title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
}
.expert__stats--title:first-letter {
    text-transform: uppercase;
}
.expert__stats--text {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}
.expert__row {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #767676;
}
.expert__row:last-child {
    padding: 0;
    border-bottom: none;
}
.expert__text{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #767676;
    margin-bottom: 15px;
}
.expert__text:first-letter {
    text-transform: uppercase;
}
.expert__row--list {
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 15px;
    list-style: none;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.expert__row--item:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: relative;
    top: -3px;
    left: -15px;
    background: #7acf55;
}
.expert__soc {
    display: flex;
    gap:15px;
}
.expert__soc a {
    text-decoration: none;
    display: block;
    transition: var(--kmnd-transition);
}
.expert__soc a:hover {
    opacity: 0.5;
}
.expert__soc img {
    height: 42px;
    width: 42px;
    display: block;
    margin: 0;
}
.expert__description {
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
    border-top: 1px solid #767676;
}
.expert__description ul {
    font-family: "Roboto Condensed", sans-serif;
    margin-left: 15px;
    color: #474747;
    font-weight: 400;
    font-size: 16px;
}
@media (min-width: 992px) {
    .expert__item {
        display: grid;
        grid-template-columns: 400px 1fr;
        gap: 50px;
    }
    .expert__title {
        font-size: 36px;
    }
    .expert__position {
        font-size: 26px;
    }
    .expert__subtitle {
        font-size: 16px;
    }
    .expert__stats {
        gap: 50px;
    }
    .expert__stats--title {
        font-size: 18px;
    }
    .expert__stats--text {
        font-size: 18px;
    }
    .expert__text{
        font-size: 26px;
    }
    .expert__soc {
        gap:25px;
    }
    .expert__soc img {
        height: 62px;
        width: 62px;
    }
    .expert__description ul {
        margin-left: 15px;
        font-size: 18px;
    }
}

.certificates__section {
    padding: 50px 0px;
}
.certificates__title {
    font-family: 'Days One', sans-serif;;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 20px 0;
    padding-left: 25px;
    border-left: 10px solid #77D14D;
    display: block;
}
.certificates__slide {
    outline: none;
    box-shadow: none;
    border: none;
}
.certificates__slide img {
    width: 100%;
    height: auto;
    display: block;
}
.certificates-pagination{
    position: relative;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificates-pagination .swiper-pagination-bullet{
    outline: none;
    border: 1px solid var(--kmnd-body-background-accent);
    box-shadow: none;
    background: none;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.certificates-pagination .swiper-pagination-bullet-active{
    background: var(--kmnd-body-background-accent);
}
@media (min-width: 576px) {
    .certificates__slider:not(.swiper-initialized) .swiper-wrapper{
        display: flex;
        justify-content: center;
        gap: 50px;
    }
    .certificates__slider:not(.swiper-initialized) .certificates__slide{
        width: calc((100% - 60px) / 2);
    }
}
@media (min-width: 992px) {
    .certificates__title {
        font-size: 36px;
    }
}
.related__section {
    padding: 50px 0 50px;
    background: var(--kmnd-body-background-tertiary);
}
.related__title {
    font-family: 'Days One', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--blog-color-black);
    margin: 0 0 10px 0;
    padding-left: 25px;
    border-left: 10px solid #77D14D;
    display: block;
}
.related__items{
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 30px;
}
.related__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.related__image {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    object-fit: cover;
}
.related__name{
    font-family: 'Days One', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--kmnd-body-color-primary);
    text-decoration: none;
    margin: 0 0 15px 0;
    display: block;
}
.related__text{
    -webkit-hyphens: auto;
    hyphens: auto;
    contain: content;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}
.blog__item--button{
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    border: 3px solid #000;
    padding: 15px 25px;
    width: fit-content;
}
.blog__item--button:hover{
    border: 3px solid #000000;
    background: #000000;
    color: #ffffff;
}
@media (min-width: 576px) {
    .related__image{
        height: 200px;
    }
    .related__items{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .related__title {
        font-size: 36px;
    }
    .related__items{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
