.our-team-img img {
    width: 100%;
}
.our-team-text h2 {
    font-size: 38px;
    line-height: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.our-team-text p {
    font-size: 12px;
}
section.our-team-sec {
    padding: 90px 0px;
}
.our-team-text p {
    font-size: 14px;
}
.our-team-img2 {
    position: relative;
    top: 36px;
}
.our-team-down h3 {
    font-size: 18px;
    font-family: poppins-bold;
    margin: 0;
}
.our-team-down p {
    font-size: 16px;
    font-family: "roboto-reg";
    text-transform: capitalize;
    margin: 0;
    position: relative;
}
.our-team-down {
    text-align: center;
    padding-top: 14px;
}
.our-team-down p::before {
    content: azure;
    content: "";
    background-color: var(--extra-color-2);
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -6px;
    border-radius: 10px;
}

.team-box {
    margin: 40px 0px;
}
.ourteam-wrapper p {
    width: 77%;
}
.our-sec-team {
    padding: 100px 0px;
}
.single-person {
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 43px;
}
.single-person .yellow-box {
    position: absolute;
    top: calc(100% - 111px);
    width: 95%;
    margin: 0px 2.5%;
    text-align: center;
    background-color: var(--primary-btn-color);
    padding: 20px 3px 17px;
    height: 85%;
    padding: 20px 10px;
}
.single-person .yellow-box h5 {
    margin-bottom: 0px;
    font-family: var(--second-medium);
    color: var(--default-text-color);
}
.single-person .yellow-box span {
    color: var(--default-text-color);
    font-size: 16px;
    font-family: var(--font-roboto-reg);
}
.line-only1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.single-person img {
    margin: auto;
    width: 100%;
    height: 270px;
}

/* ~New  */
.desig__wrap {
    width: 110px;
    height: 110px;
    margin: 1rem auto;
    border: 6px solid #f8bc2645;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}

.desig__wrap img {
    width: 80%;
}

.team__row {
    position: relative;
    max-width: 920px;
    margin: auto;
}

.desig__wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
    background: #f8bc26;
    height: 1px;
    width: 100%;
    z-index: 0;
}

.desig__wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    background: #f8bc26;
    height: 1px;
    width: 100%;
    z-index: 0;
}

.team__info-box {
    background: #f8bc262e;
    padding: 16px;
}

.staff__member {
    width: 291px;
    height: 403px !important;
    object-fit: cover;
}

section.team_sec.our-sec-team .heading-wrapper.ourteam-wrapper {
    text-align: center;
}

section.team_sec.our-sec-team .heading-wrapper.ourteam-wrapper p {
    margin: auto;
}

.team_sec .our-team:nth-child(odd) .row {
    flex-direction: row-reverse;
}
/* ~New  */
/* Tablet Responsive  */
@media (min-width: 1400px) {
    .single-person .yellow-box h5 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .our-team-text h2 {
        font-size: 28px;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .our-team-text p {
        font-size: 13px;
    }
    .single-person .yellow-box span {
        font-size: 14px;
    }
}
/* Tablet Responsive  */
/* Mobile Responsive Starts Here  */
@media (max-width: 575px) {
    section.our-team-sec {
        padding: 30px 0px;
    }
    .our-team-text h2 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 5px;
        padding-top: 20px;
    }
    .our-team-text p {
        font-size: 12px;
    }
    .our-sec-team {
        padding: 30px 0px;
    }
    .our-sec-team {
        padding-bottom: 30px;
        padding: 0px 0px 30px 0px;
    }
    .team-box {
        margin: 20px 0px;
    }
}
/* Mobile Responsive Ends Here  */
