.body {
    background-color: #f7f7f7;
}

.about-container {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.about-container > div{
    max-width: 1200px;
    width: 90vw;
    background-color: #fff;
    padding: 3rem 2rem;
    -webkit-box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 4%);
    border: 1px solid #D6D6D6;
}

.about-container svg {
    color: #1E96F0;
    height: 28px;
    width: auto !important;
}

.about-container .wp-block-columns {
    justify-content: center;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.about-container .wp-block-column {
    display: flex;
    flex-direction: column;
    max-width: 33%;
    min-width: 310px;
    margin-left: 0;
}

.about-container .wp-block-column:nth-of-type(1) {
    padding-right: 1.5rem;
}

.about-container .wp-block-column:nth-of-type(2) {
    padding: 0 2rem;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.about-container .wp-block-column:nth-of-type(3) {
    padding-left: 1.5rem;
}

.about-container h1, .about-container h2 {
    text-align: center;
    margin-bottom: 0;
}

.about-container h1 {
    font-size: 2.5rem;
}

.about-container h2 {
    font-size: 1.5rem;
    margin-top: 0.6rem;
}

@media only screen and (max-width: 1150px) {
    .about-container > div {
        margin: 3rem 0;
    }

    .about-container .wp-block-column {
        max-width: unset;
    }
}

@media only screen and (max-width: 1105px) {
    .about-container .wp-block-column:nth-of-type(2) {
        padding-right: 0;
        border-left: 1px solid #e8e8e8;
        border-right: none;
    }

    .about-container .wp-block-column:nth-of-type(3) {
        margin-top: 2rem;
        max-width: 45%;
    }
}

@media only screen and (max-width: 760px) {

    .about-container .wp-block-columns {
        margin-top: 0;
    }

    .about-container .wp-block-column {
        max-width: unset !important;
    flex-basis: unset !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 2rem;
    }
}

@media only screen and (max-width: 480px) {
    .about-container .wp-block-column {
        min-width: unset;
    }
}


/* Experts */

.expert-container {
    max-width: 1200px;
    width: 90vw;
    background-color: #fff;
    padding: 2rem;
    margin: auto;
    display: flex;
    -webkit-box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 3px 3px rgb(0 0 0 / 4%);
    border: 1px solid #D6D6D6;
    transition: 0.2s;
    margin: 2rem auto 2rem auto;
    flex-direction: column;
}


.expert-container a {
    text-decoration: none;
}

.expert-container h2{
    margin: 0;
    font-size: 1.5rem;
}

.info-container {
    display: flex;
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 0.5rem;
}

.name-title-container {
    width: 100%;
}

.title-social-container {
    display: flex;
    justify-content: space-between;
}

.title-social-container p{
    margin-top: 0.3rem;
    color: #B5B5B5;
    font-weight: 300;
}

.title-social-container img {
    height: 20px;
}

.bio-container p {
    margin-bottom: 0;
}

.image-container {
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.image-container img {
    width: 100%;
    max-width: 120px;
}


.expert-post-container {
    max-width: 1200px;
    width: 90vw;
    margin: auto;
    margin-top: 2rem;
}

.our-experts-container {
    max-width: 1200px;
    width: 90vw;
    margin: auto;
    margin-bottom: -1rem;
    margin-top: 2rem;
}

@media only screen and (max-width: 880px) {
    .expert-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 690px) {
    .title-social-container {
        flex-direction: column;
        padding-bottom: 1rem;
    }

    .title-social-container p {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .info-container {
        flex-direction: column;
    }

    .image-container {
        margin-bottom: 1rem;
    }
}