#team .profile {
    padding-left:15px;
    padding-right:15px;
    margin-bottom:30px;
}
@media (max-width: 767px) {
    #team .profile {
        padding-left:0;
        padding-right:0;
    }
}
#team img {
    border-radius:15px;
    margin-bottom:15px;
}
#team h3 {
    margin-bottom:5px;
}
#team p {
    margin-bottom:15px;
    text-wrap:auto;
}
#team .links {
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
}
#team .title {
    color:#39586D;
}
#team .email {
    color:#39586D;
}
#team .linkedin img {
    width:24px;
    border-radius:0;
    margin-bottom:0;
}
#team hr {
    margin:15px 0;
    color:#ccc;
}
#team .read-bio:before {
    content:'●';
    color:#5CA396;
    margin-right:10px;
}
#team .read-bio:after {
    content:'';
    margin-left:30px;
    background:url(../images/team/chevron.svg);
    width:9px;
    height:15px;
    display: inline-block;
}
#team .modal__container {
    max-width:800px;
    text-align:left;
    margin:0;
}
#team .modal .wrapper {
    display:flex;
    align-items: start;
    gap:30px;
}
@media (max-width: 767px) {
    #team .modal .wrapper {
        display:flex;
        flex-direction: column;
    }
}
#team .modal .wrapper img {
    max-width:300px;
    margin-top:0;
}
#team .modal .bio {
    width:100%;

}