.mainTitle {
    color: white;
    display: flex;
    flex-direction: column;
}

.mainTitle > {
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}

.H1, .H2 {
    color: white;
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}

.H3 {
    color: white;
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    flex-direction: column;
}

.specialistBanner {
    display: flex;
    justify-content: center;
    justify-self: center;
    justify-items: center;
    flex-direction: row;
}

.cardHolder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-self: center;
    justify-items: center;
}

.businessCard > li{
    color: white;
    display: list-item;
    /* text-align: center; */
    font-size: large;
}

.businessCard > ::marker {
    color: rgb(255, 136, 0);
    font-size: xx-large;
}