﻿.programme {
    line-height: inherit;
}

.team_section {
    text-align: center;
}

.inner_class {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

.team_section h1 {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 4px solid;
    padding-bottom: 10px;
}

.team_image {
    float: left;
    width: calc(100%/3);
    overflow: hidden;
    padding: 40px 0;
}

    .team_image img {
        width: 120px;
        height: 120px;
    }

    .team_image .button_position {
        padding-top: 20px;
        padding-left: 20px;
    }

.team_name {
    padding: 16px 0;
    text-transform: uppercase;
}

.team_position {
    font-style: italic;
}

.icon {
    padding-top: 12px;
}

    .icon a {
        padding: 0 4px;
        display: inline-block;
        width: 30px;
        height: 30px;
        transition: 0.4s;
    }

        .icon a:hover {
            transform: scale(1.3);
        }

        .icon a i {
            color: blue;
            line-height: 30px;
        }

@media screen and (max-width: 600px) {
    .team_image {
        width: 100%;
    }
}

/*.authority_style p1
{
    font-size: 30px;
    font-weight: 100;
}*/

.row_color {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}

.authority_button {
    padding-top: 30px;
}

    .authority_button button {
        background-color: #0071bc;
        color: white;
        border-radius: 15px;
        height: 40px;
        border: none;
    }
