body {
    background: #f3f3f3
}

.section-1 {
    background-image: url('/assets/img/conocenos/directorio/portada.jpg')
}

.section-2 {
    margin-top: -70px;
    margin-bottom: 50px
}

.section-2 .card {
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent
}

.section-2 .card .cont {
    position: relative;
    background: #fff;
    margin: 10px;
    padding: 20px;
    height: 155px
}

.section-2 .card .cont span.role {
    display: inline-block;
    background: #b8bf12;
    padding: 2px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 5px
}

.section-2 .card .cont p.name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 125%
}

.section-2 .card .cont .info {
    position: absolute;
    bottom: 20px;
    opacity: .5;
    font-size: 13px
}

.section-2 .card .cont .info svg {
    margin-right: 5px
}

.section-2 .card .cont .info p {
    margin: 0
}

@media(max-width:767px) {
    .container {
        width: 95%
    }
}
