.team{
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    border: 1px transparent;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    flex-direction: column;
    padding: 10px 20px 10px 20px;
}
.team h2{
    font-size: 2.5rem;
    color: #001f3f;

}
.team p{
    font-size: 1.1rem;
}