.text-about {
    background-color: #ccd3db !important;
    padding: 40px 100px 10px !important;
}

.text-about h1 {
    margin-top: 40px !important;
    font-size: 1.5rem !important
}

@media only screen and (max-width: 600px) {
    .text-about {
        background-color: #ccd3db !important;
        padding: 40px 10px 10px !important;
    }

    .text-about h1 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 425px) {
    .about {
        margin: 0 10px !important;
        padding: 0 10px !important;
    }
}

.about-color {
    background-color: #fef9e6 !important;
}

.about {
    color: black !important;
    padding: 80px !important;
    margin: 0 80px !important;
}

.about p {
    color: black !important;
    font-size: 16px !important;
    padding: 20px !important;
}

.about-main-img {
    height: 40vh;
    background: url("../images/about_leaves.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.upper-section {
    position: absolute;
    top: 20%;
    left: 10%;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.upper-section h1 {
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 80px;
}

.upper-section p {
    font-size: 26px;
    line-height: 1.1;
    margin-top: 8px;
}