.elementor-3205 .elementor-element.elementor-element-9a53b4a{--display:flex;}/* Start custom CSS */.team_member_row:hover {
    box-shadow: 4px 4px 0px #0067b0;
    transition: .3s all ease-in-out;
}

.team_member_row {
  transition: .3s all ease-in-out;
}

.teams_main_wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #fff;
    font-family: Arial, sans-serif;
}

.teams_main_heading h2 {
    text-align: center;
    color: #005da8;
    margin: 25px 0 35px;
    font-family: "URW Din", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.teams_main_heading h2:after {
    content: "";
    width: 55px;
    height: 3px;
    background: #4caf24;
    display: block;
    margin: 8px auto 0;
}

.teams_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
}

.team_member_row {
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    padding: 22px 18px 18px;
    text-align: center;
    background: #fff;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team_membe_image {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    background: #eef4f8;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.team_membe_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team_membe_content_col h2 {
    font-family: "URW Din", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 46px;
    letter-spacing: 0.5px;
    color: #000000;
    margin: 0px;
    padding-bottom: 10px;
}

.team-bio {
    color: #4b8b21;
    margin-bottom: 10px;
      width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: "NeueHaas", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;

}

.team_content {
    color: #334155;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.team_content p {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: "NeueHaas", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #0A090C;
}
.team-memberbtn {
    margin-top: auto;
    width: 100%;
}

.team-memberbtn a {
    display: block;
    border: 2px solid #0073cf;
    color: #0073cf;
    text-decoration: none;
    padding: 9px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: "NeueHaas", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.team-memberbtn a:hover {
    background: #0073cf;
    color: #fff;
}

@media (max-width: 991px) {
    .teams_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .teams_container {
        grid-template-columns: 1fr;
    }

    .team_member_row {
        min-height: auto;
    }

    .teams_main_heading h2 {
        font-size: 20px;
    }
}/* End custom CSS */