.custom-expert {
    padding: 30px;
    background-color: #DCDEB3;
    text-align: center;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px 20px #F5F5F5;
    max-width: 800px;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
}

.expert-image-before, .expert-image-after{
    max-width: 740px;
    width: 90%;
}
.expert-image-after{
    transform:rotate(180deg);
}


.expert-title, .expert-subtitle{
    margin:0 auto;
    line-height:23px !important;
    font-family:"Benton-Modern";
    color:#69603A;
    max-width: 260px !important;
    margin-top:20px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.expert-text{
    margin:0 auto;
    color:#69603A;
    font-size: 14px;
    line-height: 20px !important;
    font-family: "ABC-Diatype", Arial, sans-serif;
    max-width: 300px !important;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-top: 6px;
    margin-bottom: 4px;
}
.custom-expert .button{
    color: #69603A;
    display: block;
    border: 1px solid black;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top:20px;
}

.expert-socials img{
    height: 18px;
    width: auto;
    margin: 0px 3px;
}
.expert-uploaded-image{
    width: calc(50% - 20px);
    padding-right: 20px;
    object-fit: cover;
}
.expert-total-wrapper{
    display: flex;
    flex-flow: wrap;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-icon::after{
    display:none;
}

.expert-info-wrapper{
    width:50%;
    text-align: left;
}
.expert-subtitle{
    margin-top: 0px !important;
    border-bottom: 1px solid;
    width: fit-content;
    margin: unset !important;
}