#people
{
    /*background-color: #f1f1f1;*/
}
#people-container {
    display: flex;
    flex-flow: column-reverse nowrap;
    align-items: stretch;
    justify-content: space-around;
}
#people-top-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}
#people-top-container-content {
    padding: 50px;
    width: 100%;
}
#people-top-container-section-01 {
    margin-top: 30px;
}
.people-top-container-section {
    margin-bottom: 76px;
    width: 100%;
}
.people-section-container {
    position: relative;
}
.people-section-container-icon {
    position: absolute;
    top: 20%;
    left: -40px;
    width: 85px;
    height: 85px;
    background-color: #e6e6e6;
    border-radius: 100px;
    box-shadow: 8px 8px 8px 1px;
}
.people-section-container-icon img {
    display: block;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.people-section-container-text {
    /*background-color: #fff;*/
    padding: 40px 15px 40px 80px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    box-shadow: 8px 8px 8px 1px rgba(0, 0, 0, 0.2);
}
.people-top-section-title-text {
    font-size: 1.25em;
    font-weight: bold;
}
.people-top-section-sub-text {
    font-size: 1.37em;
}
#people-bottom-container {
    padding: 50px;
}
#people-bottom-title-text {
    margin-top: -20px;
    font-size: 3.12em !important;
    font-weight: bold !important;
}

#people-bottom-sub-text {
    padding: 30px 0;
    /*font-size: 1.62em;*/
    font-size: 1.75rem;
}
#people-bottom-sub-text {
    font-size: 2em;
    color: #707070;
    margin: 0;
}
#people-bottom-sub-text #bold-black {
    padding: 10px 0;
    font-weight: bold;
}
#people-bottom-sub-text #black {
    padding: 10px 0;
    color: black;
}
#people-bottom-container-img img {
    width: 95%;
    /*margin-bottom: 42px;*/
    /*margin-top: 32px;*/
    border-radius: 32px;
    /*border: solid 1px red;*/
}
/* @media (min-width: 576px) {} */

/* @media (min-width: 768px){} */

/* @media (min-width: 992px) {} */

@media (min-width: 1200px) {
    #people #people-container{
        flex-flow: row nowrap;
    }
    #people-top-container {
        width: 45%;
    }
    #people-bottom-container {
        width: 45%;
    }
    #people-bottom-container-img img{
        width: auto;
    }
}