.meet-the-team_container{
    margin-bottom: 60px;
}

.meet-the-team{
    display: flex;
    flex-direction: row;
}

.meet-the-team_photo{
    padding-bottom:1.5rem;
}

.meet-the-team_text{
    padding-left:1.5rem;
}


.recruiter-profile_container{
    min-width: 13rem;
    max-width: 19rem;
    background-image: radial-gradient(circle, rgb(214, 214, 214), rgb(173, 173, 173));
}

.recruiter-profile_container i:hover{
    color:#febc11;
}

.recruiter-profile_box{
    padding-bottom: 3%;
    /* padding-right: 3%;
    padding-left: 3%;
    padding-top: 3%; */
}

.recruiter-profile_box img{
    width:100%;
    height:auto;
}


@media screen and (max-width: 1211px) { 

}

@media screen and (max-width: 1000px) { 
	.recruiter-profile_container{
        margin-left:auto;
        margin-right:auto;
    }
}

@media screen and (max-width: 769px) { 
.meet-the-team{
        flex-direction:column;
    }
}


@media screen and (max-width: 500px) { 


}

@media screen and (max-width: 377px) { 


}
