﻿.container-hero-people {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    background-color: #000;
    background-position: center top;
    background-size: cover;
    border-radius: 20px;
    float: left;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .container-hero-people {
        background-size: cover;
        height: 300px;
    }
}

@media (max-width: 576px) {
    .container-hero-people {
        background-size: cover;
        height: 230px;
    }
}

.box-hero-text-people {
    color: #fff;
    padding: 60px;
    margin-top: 290px;
    position: relative;
    z-index: 500;
    text-align: center;
}

@media (max-width: 768px) {
    .box-hero-text-people {
        color: #fff;
        padding: 30px;
        margin-top: 160px;
        position: relative;
        z-index: 500;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .box-hero-text-people {
        padding: 20px;
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .text-hero-lg {
        font-size: 29px;
        line-height: 32px;
        clear: both;
    }
}

@media (max-width: 576px) {
    .text-hero-lg {
        font-size: 24px;
        line-height: 27px;
        clear: both;
    }
}
