* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container {
    text-align: center;
    background: #f5f5f5;
    height: 100vh;
}

.header {
    padding-top: 30px;
    color: #444;
    font-size: 15px;
    line-height: 50px;
    width: 100%;
    margin: auto;
    

}

.header h3{
    font-size: 23px;
    
}

.header h3 i{
    color: #145DA0;
}

.header h3 i:hover{
    color: green;
    cursor: pointer;
    transition: 0.6s;
}
.header p{
    font-size: 20px;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    font-weight: bold;
}

.header2 {
    padding-top: 30px;
    color: #444;
    font-size: 20px;
    line-height: 50px;
}

.sub-container {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.teams {
    margin: 10px;
    padding: 22px;
    max-width: 30%;
    cursor: pointer;
    transition: 0.4s;
    box-sizing: border-box;
}

.teams:hover {
    background: #ddd;
    border-radius: 12px;
}

.teams img {
    width: 200px;
    height: 200px;
}

.name {
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.desig {
    font-style: italic;
    color: #888;
}

.about {
    margin: 20px 0;
    font-weight: lighter;
    color: #4e4e4e;
}

.social-links {
    margin: 14px;
}

.social-links a {
    display: inline-block;
    height: 30px;
    width: 30px;
    transition: .4s;
}

.social-links a:hover {
    transform: scale(1.5);
}

.social-links a i {
    color: #444;
}

.social-links a i:hover{
    color: black;
}
.desig{
    font-weight: bold;
    color: #145DA0;
}

.desig:hover{
    color: #189AB4;
    transition: 0.6s;
}
.Aboutus h3{
    text-align: center
}

.Aboutus{
    margin-top: 10px;
}

.Back a{
    text-decoration: none
}

.Back a{
    color: white;

}

.Back strong{
    padding: 15px;
  
}



.Back a{
     background: #18A558;
     padding: 10px;
     border-radius: 5px;
     

}

.Back {
    margin-top: 100px;
    margin-right: 500px;
    margin-left: 500px;
}
   
.Back a:hover{
    color: black;
    transition: 0.6s;
}

.social-links a i{
    color: #2E8BC0;
}
@media screen and (max-width: 500px) {
    .teams {
        max-width: 100%;
    }

    .Back a{
        margin-top: 60px;
    }

    .header h3{
        font-size: 18px;
    }

    .header p{
        font-size: 14px;
        text-align: justify;
        margin-left: 50px;
        margin-right: 50px;
        
    }

    .header2 h2{
        font-size: 24px;
    }

    .container{
        background: #f5f5f5;
        height: 150%;
    }

    .Back a{
        background: #18A558;
        padding: 5px;
        border-radius: 3px;
        font-size: 15px;
   }

   .Back strong{
    margin-bottom: 15px;
   }
   
   .Back{
    background: #f5f5f5;
   }

    .header p {
    line-height: 30px;
   }
}