.hero-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    gap: 50px;
    margin-bottom: 100px;
}

.hero-section h1{
    font-size: 40px;
    color: #6C4A3F;
  
}

.hero-section p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #4A332D;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.about-img{
    background-image:url(../Images/Our-team.jpg);
    height: 100vh;
    background-size: cover;
    margin-bottom: 60px;
    background-position: center;
}

.team-text p{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 70px;
    color: #4A332D;
    font-family: "Roboto", sans-serif;
    font-weight: 20px;
    text-align: center;
}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {
 
    .hero-section{
        margin-bottom: 200px;

    }
}
@media screen and (min-width: 992px) {

    .hero-section p {
        width: 800px;
    }
    
}
@media screen and (min-width: 1200px) {
    .hero-section{
        height: 90vh;
        margin-bottom: 0;
    }
}