@charset "utf-8";
/* CSS styles for index.php */

.page_section {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 100px;
}

.page_section_left {
    display: inline-block;
    width: 670px;
    text-align: left;
    margin-right: 30px;
    vertical-align: top;
}

.page_section_right {
    display: inline-block;
    width: 324px;
    vertical-align: top;
}

.team_box {
    width: 250px;
    height: 388px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.team_name {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 7px 7px 0 0;
    text-align: center;
    color: white;
    background-color: #DD372C;
    font-weight: bold;
}

.team_image {
    position: absolute;
    top: 33px;
    left: 0px;
    width: 250px;
    height: 312px;
    background-size: cover;
}

.team_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 30px;
    font-size: 12px;
    border-radius: 0 0 7px 7px;
    text-align: center;
    background-color: black;
    color: white;
    padding: 5px 0 5px 0;
}

.team_contact_info {
    font-size: 15px;
}