.wwa-section {
    display: flex;
    flex-direction: column;
    height: 90vh;
    justify-content: center;
    align-items: center;
    background-color: var(--card-background);
    text-align: center;
}

.wwa-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 10px;
}

.wwa-subheading {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 58px;
}

.wwa-card-section {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

.wwa-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 286px;
    height: 340px;
    background-color: var(--background-color);
    border-radius: 12px;
}

.wwa-image {
    height: 50px;
    width: 50px;
}
