div.first-section {
    background-image: url('../images/about-one.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

div.first-section div.content {
    padding-top: 200px;
}

div.first-section div.content p.one {
    font-family: Nunito;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: white;
    margin-bottom: 0px;
}

/* second section */
div.second-section {
    margin-top: 100px;
    margin-bottom: 40px;
}

div.second-section p.one {
    font-family: Nunito;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 0px;  
    color: #1b1b1b;
}

/* third section */
div.third-section {
    margin-bottom: 90px;
}

div.third-section div.content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px lightgray;
    background-color: #A0ACA5;
}

div.third-section div.content p.one,
div.third-section div.content p.two,
div.third-section div.content p.three {
    font-family: Nunito;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: -0.01em;
    color: #1b1b1b;
    margin-bottom: 15px;
}

/* fourth section */
div.fourth-section {
    margin-top: 100px;
}

div.fourth-section div.content {
    padding: 40px;
    border-radius: 10px;
    background-color: #A0ACA5;
    box-shadow: 1px 1px 10px 1px lightgray;
}

div.fourth-section div.content div.image img {
    width: 100%;
    border-radius: 10px;
}

div.fourth-section div.content div.box-one p.one {
    margin-bottom: 0px;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-style: italic;
}

div.fourth-section div.content div.box-one p.two {
    margin-bottom: 0px;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 40px;
}

/* fifth section */
div.fifth-section {
    margin-top: 100px;
}

div.fifth-section div.box-one p.one {
    font-family: Nunito;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

div.fifth-section div.box-three p.one {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.01em;
}

/* sixth section */
div.sixth-section {
    margin-top: 100px;
}

div.sixth-section div.content {
    padding: 40px;
    border-radius: 10px;
    background-color: #A0ACA5;
} 

div.sixth-section div.image img {
    width: 100%;
    border-radius: 10px;
}

div.sixth-section div.box-one p.one,
div.sixth-section div.box-one p.two {
    font-family: Nunito;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #FFFFFF;   
}

div.sixth-section p.ez {
    font-family: Nunito;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
}

div.sixth-section p.team {
    font-family: Nunito;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

@media (max-width: 768px) {
    div.first-section div.content p.one {
        font-size: 40px;
    }

    div.second-section p.one {
        font-size: 40px;
    }

    div.fourth-section div.content div.box-one p.one {
        margin-top: 30px;
    }

    div.fifth-section div.box-one p.one {
        font-size: 30px;
    }

    div.sixth-section p.ez {
        font-size: 30px;
    }

    div.sixth-section p.team {
        font-size: 20px;
    }

    div.sixth-section div.box-one p.one {
        margin-top: 30px;
    }

    div.fifth-section div.box-three p.one {
        margin-top: 20px;
    }

}

@media (max-width: 425px) {
    div.first-section div.content p.one {
        font-size: 35px;
    }

    div.second-section p.one {
        font-size: 30px;
    }

    div.fourth-section div.content div.box-one p.two {
        font-size: 17px;
    }

    div.sixth-section div.box-one p.one,
    div.sixth-section div.box-one p.two {
        font-size: 17px;
    }

    div.fourth-section div.content div.box-one p.two {
        font-size: 17px;
    }

    div.sixth-section p.ez {
        font-size: 20px;
    }

    div.sixth-section p.team {
        font-size: 17px;
    }

    div.sixth-section p.ez {
        font-size: 25px;
    }

    div.sixth-section p.team {
        font-size: 17px;
    }

}