#team {
    padding: 80px 0;
}
#team .team {
    display: flex;
    margin-bottom: 120px;
}
#team img {
    width: 310px;
    height: 330px;
}
#team .text {
    padding-left: 100px;
}
#team h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px;
}
#team .title {
    color: #1B2E5E;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}
#team .bio {
    font-size: 17px;
    line-height: 26px;
	font-family: 'Titillium Web';
}

@media(max-width: 991px) {
    #team .team {
        display: block;
        margin-bottom: 50px;
    }
    #team img {
        width: 310px;
        height: 330px;
        margin: 0 auto;
        display: block;
    }
    #team .text {
        padding-left: 0;
        padding-top: 50px;
    }
}
