section.About-first-section{
    position: relative;
}

section.About-first-section .About-img-header img{
    width: 100%;
}

section.About-first-section .About-div-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(120, 222, 199, 0.7);
    height: 405px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.About-first-section .About-div-header h1{
    font-size: 60px;
    font-weight: 600;
}

section.P1{
    text-align: center;
    padding-top: 8%;
    margin-bottom: 160px;
}

section.P1 h1{
    font-size: 60px;
    margin-bottom: 50px;
}

section.P1 p{
    font-size: 20px;
    font-weight: 300;
}