/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
body { 
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
#container {
    max-width: 1140px;
    margin: auto;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;

}
#team {
    min-height: 100vh;
    padding: 60px 15px;
    background-color: #22252a;
}
#team .card {
    width: 25%;
    float: left;
    padding: 0px 15px;
  
}
#team .card .box {
    padding: 15px;
    background-color: #2d3035;
    border-radius: 5px;
}
#team .card .box img{
    width: 150px;
    display: block;
    margin: 10px auto;
    border-radius: 50%; 
}
#team .card .box h4 {
    font-size: 20px;
    font-family: open sans;
    margin: 15px 0px 10px;
    text-align: center;
    color: antiquewhite;
}
*/
body {
    background-color: #efefef ;
    background-color: #333;
}
.team {
    margin: 75px 0;

}
h1 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    color: whitesmoke;
    padding-bottom: 10px;
}
h1:after {
    content: '';
    background: #333;
    background: whitesmoke;
    display: block;
    height: 3px;
    width: 200px;
    margin: 10px auto;

}

.profile {
    margin-top: 25px;
    background-color: #efefef ;
    background: #333;
    border-radius: 30px;
    color: #efefef;



}
.profile .img-box {
    display: block;
    position: relative;


}
.profile h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}
.profile h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
img {
    height: 70%;
    width: 80%;


}
.img-box{
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    margin-top: 30px;
    background-color: #2d3035;



}