
.about-section{
    display: flex;
    flex-direction: row;
    padding: 20px 50px 20px 50px; 
    background-color: #fff;
}

.about-section-left{
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
}

.about-section-left > h1{
    color: #e48b2c;
}

.about-section-right{
    flex-basis: 40%;
    border-left: 2px solid #e48b2c;
    padding-left: 30px;
    margin-left: 20px;
}
.logo-about{
    width: 300px;
    padding: 30px;
}

.spacing{
    margin: 76px !important;
}

.person{
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
}

.person:hover{
    border: 0px solid #e48b2c;
    border-radius: 20px;
    background-color: bisque;
}
.people-management{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.color-orange{
    color: #e48b2c;
}

.people-image{
   width: 200px;
   border-radius: 40px;
}

.people-name{
    font-weight: 900;
}

.people-title{
    font-weight: bold;
    color:#e48b2c;
}

.people-email{
    font-weight: lighter;
    color: #979797;
}

.people-email,
.people-image,
.people-name,
.people-title{
    align-self: center;
}