section .section-tit {
    margin-bottom: 45px;
}
section #col-izda .row {
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
}
section #col-izda .row > div {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 35px;
    /*min-height: 315px;*/
}
section #col-izda .row > div a {
    width: 26px;
    height: 26px;
    border: 1px solid black;
    border-radius: 50%;
    display: inline-block;
}
section #col-izda .row > div a:hover {
    border: 1px solid #00cfdb;
}
section #col-izda .row > div h2 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 700;
}
section #col-izda .row > div p {
    min-height: 29px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}
section #col-izda .miembro-img{
    width: 162px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
}