/* Image and Text Container Styles */
.pics-container, .text-container {
    padding: 10px;
}

/* Specific Image Styles */
.pics-container-team1 img {
    width: 250px;
    height: 350px;
    object-fit: cover;
}

.pics-container-team2 img {
    width: 200px;
    height: 300

