.about-us-cont h2, .about-us-cont .lined-section-title, .about-us-cont h3, .about-us-cont h4, .about-us-cont h5, .about-us-cont h6 {
    color: #626273;
}

#author-page {
    padding-top: 40px;
}

@media print, screen and (min-width: 64em) {
    #author-page {
        padding-top: 0;
    }
}

#author-page .home-who-odds, #author-page .all-who-odds {
    padding-top: 20px;
}

#author-page .home-who-odds__title {
    border-top: 2px solid #E7EAF1;
    padding-top: 40px;
}


#author-page .home-who-odds, #author-page .all-who-odds {
    padding-top: 20px;
}

#author-page .home-who-odds__title {
    border-top: 2px solid #E7EAF1;
    padding-top: 40px;
}

.about-us-cont .text-section a
{
    color: #626273;
}

.about-us-cont .socials
{
    margin-left: 20px;
}

.about-us-cont .socials a
{
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #F0EFF8;
    border-radius: 100%;
    transition: background-color .2s, border-color .2s;
    margin-right: 4px;
}

.about-us-cont .socials a
{
    fill: #9797B2;
    transition: fill .2s;
}

@media screen and (min-width: 992px) {
    .about-us-cont .socials a:hover
    {
        background: #9797B2;
        border-color: #9797B2;
    }

    .about-us-cont .socials a:hover svg
    {
        fill: #ffffff;
    }
}

.breadcrumbs {
    display: flex !important;
}

.breadcrumbs-wrap {
    display: block !important;
}

.how-we-rate-page {
    padding-top: 0px;
}

/* .how-we-rate-page .show-hide-content {
    margin-top: 0px;
} */

.show-hide-content {
    margin-top: 0px !important;
}

.how-we-rate-content {
    padding-bottom: 44px !important;
}


@media screen and (max-width: 1024px) {
    .sidebar-right {
        padding-top: 0px !important;
    }
}
@media screen and (max-width: 992px) {
    .how-we-rate-page {
        padding-top: 40px;
    }
    
    .how-we-rate-content {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .how-we-rate-page-breadcrumbs {
        display: none !important;
    }
}