 .overall_outip_1 {
        background-color: black;
        background-image: url("../asset/background_1.png");
        height: 100vh !important;
        background-size: cover;
        background-position:fixed !important;
        overflow-y: scroll;
       
    }
.overall_teams{
    background-color: rgba(0, 0, 0, 0.301);
}
.meet_para{
    color:#ffffffb2;
    font-size: 14px;
    opacity: 1;
    text-align: center;
}
.team_det_img img{
    height:315px;
    width:100%;
    object-fit: contain;
}
.team_det{
    background-color: #000000;
    border: 1px solid #686868;
    border-radius: 9px;
}
.team_det_img{
    position: relative;
}
.team_social{
    width:130px;
    background: #000000 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    border-radius: 34px;
    opacity: 1;
    position: absolute;
    bottom: -4%;
}
.team_social img{
 width:25px;
 height:25px;
 object-fit: contain;
}
.team_det_text h6{
    font-size: 23px;
    color:#fffffffa;
}
.team_sub{
    color:#ffffff94;
    font-size: 17px;
}
.team_sub_1{
    color:#ffffff9d;
    font-size: 16px;
    height: 240px !important;
}
.team_sub_3{
    color:#00000000;
}

@media (max-width:990px) {
    .overall_outip_1 {
        background-color: black;
        background-image: url("../asset/background_1.png");
        height: auto !important;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width:990px) and (min-width:601px) {
    .overall_outip_1 {
        background-color: black;
        background-image: url("../asset/background_1.png");
        height: auto !important;
        background-size: cover;
        background-position: center;
    }
}

@media (max-width:600px) {
    .team_sub_1{
        height: auto !important;
    }
}
@media (max-width:400px) {
    .team_sub_1{
        padding: 0% !important;
    }
   
}
@media (max-width:370px) {
    .team_social {
        bottom: 3%;
    }
   
}