.container, .button{
    text-align: left;
}

.teams-list{
    padding: 0;
}

.teams_title{
    background-size: cover;
    text-align: center;
}

.teams_title h1{
    color: #1688EE;
    font-size: 2.2rem;
}

.board h3{
    text-align: center;
}


.teams-content{
    background-color: #CCCCCC;
}

.team-member{
    margin-bottom: 40px;
}

img{
    width: 80%;
}

.content-img{
    width: 70%;
}

.content-img img{
    width: 100%;
    border-radius: 5%;
}

.content,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #212529;
}

h3 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.board p, .teams-list p{
    color: #1a1a1a;
}

.team-image {
    text-align: center;
}
.team-image img {
    width: 100%; /* Adjust the width as needed */
    height: 220px; /* Adjust the height as needed */
    object-fit: cover;
	object-position: top;
}

