.team h3{
    border-radius: 5px;
    padding: 0.3em;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    margin-top: 0.2em;
}
.team h4{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1em;
}
.team{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.team a:hover{
    opacity: 0.9;
}
.team img{
    border-radius: 10px;
    max-width: 100%;
}
.modal-title{
    text-transform:uppercase;
}
.modal-body h3{
    font-size: 1.2em;
}
.hobby{
    font-style: italic;
    background:#3cb7b978;
    padding: 0.5em;
    border-radius: 0.5em;
    font-size: 0.9em;
}
@media screen and (min-width:47em){
    .team article{
        width: calc(33.3% - 2em);
    }
    .modal-dialog {
        max-width: 700px;
    }
}