.team-image {
    height: 300px;
    width: 60%;
    padding: 10px;
    background: white;
    border-width: 1px;
    border: 2px solid white;
    border-radius: 100px 100px 100px 100px;
    transition: 0.5s;
}

.team-image:hover{
     border: 2px solid rgba(35, 144, 102, 0.4);
}

@media (min-width: 992px) {

.team-image {
    height: 250px;
}

}
.team-title {
    font-family: 'Nasalization', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #243757;
    /* Darker blue */
}