.team_bg{
    background-color: var(--theme-color-3);
}
.team_bg h3{
    font-family: var(--bs-font-Cormorant);
}
.team_bg p{
    color: var(--text-color-2);
    font-size: 14px;
    letter-spacing: 0.02em;
    font-family: var(--bs-font-Catamaran);
}
.team_bg .card{
    border: none;
}
.team_bg .card-group{
    width: 340px;
}
.team img{  
    height: 435px;
    width: auto;
    cursor: pointer;
}
.teamimg{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.team-title{
    font-family: var(--bs-font-Catamaran);
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #6f6f6f; 
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: color .2s ease-out;
}
.team-name{
    font-family: var(--bs-font-Cormorant);
    letter-spacing: .01em;
    color: #363636;   
    font-size: 25px;
    font-weight: bold;
    line-height: 1.07em;
    font-weight: 600;
}

@media (min-width: 1038px) and (max-width: 1199px){
    .team_bg .card-group{
        width: 290px;
    }
    .team img{  
        height: 385px;
    }
}
