/* About Us Page */
.about-bg {
    background: url('../img/about-bg.png') no-repeat;
    margin-top: -110px;
    padding: 50px 0 290px;
    background-size: contain;
    position: relative;
}

.about-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background: url('../img/Subtract.png') no-repeat;
}

.about-bg h1 {
    color: #FFF;
    font-family: var(--primary-font);
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
}
.about-bg p {
    color: #FFF;
    text-align: justify;
    font-size: 23px;
    font-style: normal;
    line-height: 1.45;
}

.about-hero-section {
    background: url('../img/Plant Image 1.png');
    min-height: 75vh;
    background-size: cover;
}

.vision-image {
    min-height: 50vh;
    background-size: cover;
    background: url('../img/vision.png') no-repeat;
    margin-top: -180px;
}

.vision-image .container {
    position: relative;
}

.vision-image h2 {
    position: absolute;
    left: 0;
    top: -15px;
    width: 90%;
    font-family: var(--primary-font);
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color:var(--secondary-bg-color);
}

.about-info {
    padding: 50px 0;
}

.about-info h3{
    font-size: 34px;
    padding-bottom: 20px;
    color:var(--secondary-bg-color)
} 

.about-info p {
    text-align: justify;
    font-size: 23px;
    font-style: normal;
    line-height: 1.45;
}

