 .social-links {
    background: #feed5a;
    padding: 36px 48px;
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
     .social-links {
        margin: 24px -24px 46px;
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-family: 'Work Sans';
    }
}
@media screen and (max-width: 767px) {
     .social-links span {
        font-size: 18px !important;
        line-height: 28px !important;
        text-align: center !important;
        margin: 0 0 12px !important;
    }
}
.social-links span {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #333;
}
 .social-links ul {
    list-style: none;
}
 .social-links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    text-decoration:  none;

}
 .social-links ul li a+a {
    margin-left: 30px;
}
 .social-links ul li a {
    color: #333;
    text-decoration:  none;
}
 .social-links ul li a {
    color: #333;
    text-decoration:  none;

}
 .social-links ul svg {
    height: 24px;
    width: 24px;
    display: block;
}
.need-doctor {
    font-size: 36px;
    line-height: 1.11111;
    font-weight: 600;
    color: #333;
    margin-bottom: 18px;
    clear: both;
}
@media screen and (min-width: 768px) {
     .post-hero-image {
        padding-bottom: 60.7% !important;
    }
}
 .container-blog-header {
    position: static;
}
.container-blog-header {
    max-width: 846px;
}
.entry-header h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 72px;
    text-align: center;
    color: #333;
    margin: 0 0 14px;
}
.time-byline {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #333;
    margin: 0 0 36px !important;
}

p, li {
    margin: 0 0 .75em;
    color: #333;
    font-size: 16px;
    line-height: 30px !important;
    font-family: 'Inter' !important;
}

@media screen and (min-width: 1025px) {
    .primary-header {
        font-size: 54px;
        line-height: 58px;
    }
}
.primary-header {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 36px;
    color: #333;
}
@media screen and (max-width: 767px) {
    .entry-header h1, article.type-post .entry-header h1, .about .entry-header h1 {
        font-size: 24px;
        line-height: 32px;
    }
}
@media screen and (max-width: 767px) {
     .post-hero-image {
        width: auto !important;
        margin: 0 -24px 40px;
    }
}
 .post-hero-image {
    background-size: cover;
    background-image: url(../images/hero-default.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-bottom: 67.44%;
    width: 100%;
    margin-bottom: 72px;
}