.dark-background {
    margin-top: 23rem;
}

.parent {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

/* Main content container styling */
.about-team {
    margin-top: -29rem;
    padding: 0 2rem;
    max-width: 1200px;
    width: 100%;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Heading styling */
.display-css {
    font-size: 2.5rem;
    border-bottom: 1px solid black;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

/* Paragraph styling */
.about-cont-p {
    padding-top: 0.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}



