﻿.our-team-body-wrapper.our-team-Wrapper {
    width: 100%;
    padding: 25px;
    background-image: url("../images/signup-bg.jpg");
    background-size: cover;
    background-position: center;
    
}

.ot-heading.text-green {
    margin-bottom: 20px;
    font-family: "proxima-nova", sans-serif;
    font-size: 5rem;
    padding: 40px 0 20px 0;
    color: #A1B11A;
}

.our-team-cards-wrapper {
    display: flex;
    overflow-y: auto;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 30px;
    max-width: 1950px;
    max-height: calc(100vh - 200px);
    min-height: calc(100vh - 200px);
    margin: 0 auto;
}

.card-align {
    justify-content: center;
}

.card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 7px;
    padding: 0;
    box-shadow: -2px 2px 3px rgb(0 0 0 / 30%);
    animation-iteration-count: initial;
    animation-duration: 0.6s;
    border: 20px solid #fff;
    background-size: cover;
    background-position: center;
}

    .card .card-body {
        flex: 0 0 auto;
        padding: 0;
    }

.position-relative {
    position: relative !important;
}

.card .card-body .card-title {
    font-family: "basic-sans", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: #00462E;
    text-align: center;
}

.our-team {
    padding: 0 40px 30px 0;
}

.our-team-cards-wrapper .our-team-cards .card {
    max-width: 400px !important;
    min-height: 200px !important;
    margin: 15px 0 -20px 0;
}

.ourTeamWrapper .card .card-body .card-title {
    font-size: 2.8rem;
    min-height: 70px;
    align-items: center;
}

.ourTeamWrapper .planCardImageWrapper {
   /* padding-top: 20px !important;*/
}

.ourTeamWrapper h3.subtitle {
    font-family: 'basic-sans', sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 3rem;
    text-align: center;
    color: #58595B;
    padding-top: 18px;
}
.ot-back-to-community {
    font-family: "basic-sans", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.2rem;
    letter-spacing: 0.03em;
    color: #ffffff;
    padding-bottom: 30px;
}

    .ot-back-to-community img.ot-backarrow  {
        width: 32px !important;
        margin-right: 12px !important;
    }
   

