.about{
    position: relative;
    text-align: center;
}
.about_bg{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 25rem;
    background-color: rgba(231, 76, 60,0.8);
    z-index: -10;
}
.about_heading-primary{
    width: 60%;
    margin: auto;
    font-family: 'Means Web,Georgia,Times,Times New Roman,serif';
    padding-top: 5rem;
    font-size: 4rem;
    font-weight: 400;
    color: white;
}
.about_heading-primary:last-of-type{
    color: #000;
    border-bottom: 5px solid #000;
    width: max-content;
}
.about_heading-secondary{
    width: 60%;
    margin: auto;
    font-family: 'Means Web,Georgia,Times,Times New Roman,serif';
    padding-top: 3rem;
    font-size: 3.5rem;
    font-weight: 400;
    color: #000;
    text-align: left;
}
.about_img-1{
    padding-top: 3rem;
    width: 45rem;
    height: 30rem;
    object-fit: cover;
}
.about_img-2{
    padding-top: 3rem;
    width: 60rem;
    height: 30rem;
    object-fit: cover;
}
.about_content{
    width: 60%;
    text-align: justify;
    margin: 3rem auto;
}
.about_content > p{
    font-size: 1.3rem;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
    line-height: 27px;
}

.about_team{
    margin: 5rem auto;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.about_member{
    width: 25%;
    margin-bottom: 3rem;
}
.about_member:not(:last-child){margin-right: 3rem;}
.about_member > img{
    width: 100%;
    height: 18rem;
    object-fit: cover;
}
.about_member > span{
    display: block;
    font-size: 1.5rem;
    margin-top: 0.7rem;
    margin-bottom: 0.3rem;
}
.about_member > small{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.about_member > p{
    font-size: 1.3rem;
}