/* ---------- BIG CONTAINERS ---------- */
#team_section {
    background-color: rgb(240, 240, 240);
}

#team_redBorder {
    width: 100%;
    height: 300px;
    background-color: rgb(110, 0, 0);
}

#team_containerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 100px;
}

/* ---------- CONTAINERS FOR SLICK SWIPER ---------- */
#team_arrowAndDotsContainer {
    width: 1000px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    padding-top: 45px;
}

#team_arrowsContainer {}

#team_dotsContainer {
    display: flex;
    margin-right: 15px;
}

.circle {
    width: 13px;
    height: 13px;
    border-radius: 6.5px;
    background-color: white;
    margin-right: 10px;
}

.circle_active {
    background-color: rgb(30, 30, 30);
}

#team_employeesContainer {
    width: 1150px;
    margin: auto;
    margin-top: -200px;
}

/* ---------- EACH INDIVIDUAL EMPLOYEE CARD ---------- */
.team_item {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px;
}

.team_item>div:nth-child(1) {
    width: 450px;
    height: 562.5px;
    background-color: black;
}

.employeeImage_fullBodyRatio {
    height: 707.4px !important;
}

.team_item>div:nth-child(1)>img {
    width: 450px;
    height: 100%;
}

.team_item>div:nth-child(1)>img {
    width: 100%;
    box-shadow: -5px -5px 20px rgb(0, 0, 0, 0.2);
}

.team_item>div:nth-child(2) {
    width: 550px;
}

.team_item>div:nth-child(2)>h3 {
    font-size: 28px;
    font-family: serif;
    color: white;
    margin-top: 25px;
    margin-bottom: 0px;
}

.team_item>div:nth-child(2)>h4 {
    font-size: 17px;
    color: rgb(230, 230, 230);
    margin-top: 10px;
    margin-bottom: 35px;
    font-weight: normal;
}

.employee_cpaTitle {
    font-size: 18px;
    font-family: sans-serif;
    color: rgb(240, 240, 240);
}

.telephoneNumber {
    font-size: 15.5px;
    font-family: sans-serif;
    color: rgb(230, 230, 230);
    margin: 0 0 5px 0;
}

.email {
    font-size: 15.5px;
    font-family: sans-serif;
    text-decoration: underline !important;
    color: rgb(230, 230, 230);
}

.email:hover {
    color: rgb(200, 200, 200);
}

.h5Description {
    margin-top: 100px;
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
    border-bottom: 1px rgb(100, 0, 0) solid;
    padding-bottom: 7px;
    margin-bottom: 20px;
    color: rgb(130, 0, 0);
}

.employeeDescription {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
}

.h5Expertises {
    margin-top: 40px;
    font-size: 20px;
    font-family: serif;
    font-weight: bold;
    border-bottom: 1px rgb(100, 0, 0) solid;
    padding-bottom: 7px;
    margin-bottom: 20px;
    color: rgb(130, 0, 0);
}

.team_item>div:nth-child(2)>ul {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 25px;
    list-style-type: disc;
    margin-bottom: 40px;
}
