.row{
    text-align: center;
    font-family: 'Roboto',sans-serif;
}
.department-member-name{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.63;
    letter-spacing: normal;
    color: #3d4d65;
}
.department-squad{
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #cad3df;
    margin-bottom: 20px;
}
.department-name{
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: normal;
    color: #3d4d65;
}

.department-member-image{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title{
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 24px;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #3d4d65;
}

.name{
    font-family: 'Roboto',sans-serif;
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #3d4d65;
}

.subtitle{
    font-family: 'Roboto',sans-serif;
    display: block;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #54657e;
}
.text-ser{
    text-align: left;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: rgba(61, 77, 101, 0.87);
}

@media (min-width: 1140px) {
    .row{
        margin-left: -20px!important;
        margin-right: -20px!important;
    }

    .department-member-name{
        font-size: 14px;
    }
}