/* About Us Page Styles */

.about-header {
    position: relative;
    background-image: url("../images/about-header.022b1cc88807.jpg");
    background-size: cover;
    background-position: center;
    color: var(--light-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-header .container {
    margin-top: 240px;
    margin-bottom: 50px;
}

.about-section {
    margin-top: 40px;
    margin-bottom: 50px;
}

.about-section-row {
    margin-bottom: 50px;
}

.about-section-image {
    height: auto;
}

.about-section-content {
    margin-top: 40px;
}

#about-text {
    font-size: 90px;
    font-weight: 900;
    color: #fff;
}

.about-intro {
    font-size: 30px;
    font-weight: 700;
}

.about-heading {
    font-size: 20px;
    font-weight: 700;
    color: #1F285E;
    margin-top: 15px;
}

.about-subheading {
    margin-bottom: 10px;
}

.about-text {
    font-size: 20px;
    font-weight: 700;
    color: #1F285E;
}

.about-description {
    font-size: 15px;
    color: #0D2155;
}

@media only screen and (max-width: 768px) {
    #about-text {
        font-size: 40px;
    }
    
    .about-intro {
        font-size: 20px;
    }
}
