
.portfolios {
    
}
#site-content .component .component-inner .container #portfolio .portfolios .portfolio {
    padding-top: 0 !important;
    border:none;
    background: transparent;
}

.staffContent {
    padding: 0px;
}
    .staffContent h4 {
        font-size: 1.5rem;
        color: rgb(23, 162, 184);
    }
    .staffContent h3 {
        font-size: 1.2rem;
        color: rgb(74, 126, 142);
    }

/*.staff-split{
    display: col;
    justify-content: right;
    padding: 0 20px;
}*/
.staff-main-title {
    width: 90%;
    margin-left: 10%;
    background: #42919F;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.staff-main-title p {
    color: #fff!important;
    padding: 12px 0;
    text-align: left;
    padding-left: 20px;
    font-size: 25px;
    font-weight: 700;
}

.staffInfo {
    width: 90%;
    margin-left: 10%;
}

    .staffInfo p {
        padding-left: 20px;
    }

.web-component-modal {
    position: relative;
}

    .web-component-modal .close {
        position: relative;
        float: right;
        width: 40px;
        top: 30px;
        right: 60px;
        padding: 0.5rem;
        cursor: pointer;
    }

.modal-box {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.body-head {
    min-height: 80px;
}

.body-text {
    max-height: 330px;
    overflow: scroll;
}
.close,
.open {
    cursor: pointer;
}
    .close i,
    .open i {
        font-size: 2rem;
        color: rgb(23, 162, 184);
    }
    .close i {
        font-size: 3rem;
        color: rgb(23, 162, 184);
        font-weight: 600;
    }
.photos {
    min-width: 204px;
}


.body-content {
    padding: 30px 0 0 30px;
    min-width:360px
}
    .body-text {
        max-height: 292px;
    }


@media only screen and (max-width: 700px) {
    
    .modal-box {
        flex-direction: column;
    }
    .modal-box {
         flex-direction: column;
    }
    .photos {
        width: 100%;
        background: #f7f7f7;
    }
    .modal-box .body-content {
        order: 1;
    }

    .modal-box .photos {
        order: 2;
        display: flex;
    }

        .modal-box .photos img {
            width: 50%;
        }
}