.about-banner {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    color: #fff;
}

.about-banner h1 {
    color: var(--quaternary-color);
    position: relative;
    z-index: 2;
    font-size: 48px;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
}

.about-description img {
    width: 100% !important;
}
