.aboutus {
    color: var(--purple);
}

.aboutus > h2 {
    color: var(--purple);
    margin: 50px auto;
    text-align: center;
}
.aboutus .mainContent {
    padding: 50px;
    padding-bottom: 30vh;
    background-image: url(/images/club/aboutus.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 30vh auto;
    background-color: #f3f1f6;
    border-radius: 15px;
}
.aboutus .mainContent h2 {
    color: var(--purple);
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.aboutus .mainContent p {
    line-height: 3rem;
}
