.profile-container {
    max-width: 1200px;
}

.profile {
    text-align: center;
    padding: 20px;
    width: 300px;
}

@media screen and (min-width: 1395px) {
    .profile {
        width: 500px;
    }
}

.profile-image {
    text-align: center;
    margin:auto;
    /* width: 200px; */
    height: 150px;
}
.profile-name {
    font-weight: bold;
    text-align: center;
    color: #18325C;
    margin-bottom:0;

}
.profile-role {
    margin-top: 5px;
    text-align: center;
    color: #009EBC;
}
.profile-bio {
    text-align: center;
    color: #18325C;
}
