.about-page {
    font-family: 'Poppins', sans-serif;
}

/* HERO */
.about-page .hero {
    position: relative;
    height: 70vh;
    background: url('../images/slide1.png') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.about-page .hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
}

.about-page .hero-overlay {
    position: relative;
    color: #fff;
    margin-left: 8%;
}

.about-page .hero-overlay h1 {
    font-size: 40px;
}

/* CONTENT */
.about-section {
    padding: 60px 20px;
    text-align: center;
}

.about-section h2 {
    margin-bottom: 20px;
}

.about-section p {
    max-width: 700px;
    margin: auto;
    color: #555;
    line-height: 1.6;
}
