/*********************************
7. Team
*********************************/

.team
{
    background: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.team_large_row
{
    margin-top: 100px;
}
.team_large
{
    margin-bottom: 30px;
}
.team_large_content
{
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 23px;
}

.team_large_image
{
    width: 210px;
    height: 210px;
    margin: auto;
}
.team_large_image img
{
    display: block;
    height: 100%;
    object-fit: cover;
}

.team_large_name a
{
    font-size: 30px;
    font-weight: 700;
    color: #050505;
    line-height: 1.2;
}
.team_large_name a:hover
{
    color: #E00F01;
}
.team_large_title
{
    font-size: 16px;
    font-weight: 700;
    color: #E00F01;
    text-transform: uppercase;
    margin-top: 7px;
}
.team_large_text
{
    margin-top: 13px;
}
.team_large_history
{
    margin-top: 29px;
}
.team_large_history,
.team_large_history a
{
    font-size: 16px;
    font-weight: 700;
    color: #161d4a;
}
.team_large_history span
{
    margin-right: 21px;
}
.team_large_history a:hover
{
    color: #E00F01;
}
.team_small_row
{
    margin-top: 43px;
}
.team_small
{
    margin-bottom: 30px;
}
.team_small_image
{
    width: 160px;
    height: 160px;
    position: relative;
}
.team_small_image img
{
    display: block;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.team_small_content
{
    padding-top: 30px;
    padding-bottom: 24px;
}
.team_small_name a
{
    font-size: 24px;
    font-weight: 700;
    color: #050505;
    line-height: 1.2;
}

.team_small_title
{
    font-size: 14px;
    font-weight: 700;
    color: #E00F01;
    text-transform: uppercase;
    margin-top: 8px;
}
.team_button
{
    margin-top: 40px;
}