.about-banner-section {
    background: url("../assests/About Header.jpg") !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    /* height: 100vh; */
    padding: 2rem;
    display: flex;
    padding: 6rem 0;
}

.inner-about-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.width-max-content {
    width: max-content;
}
.color-black-modal {
    color: black;
    text-align: justify;
}

/* Mobile Devices */
@media only screen and (max-width: 600px) {
    .about-banner-section {
        background: url("../assests/aboutForMobile.webp") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
}

/* Tablets */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
}

/* Desktops */
@media only screen and (min-width: 1025px) {
}
