#main h2.title,
#main h3.title,
#main h4.title,
#main h5.title,
#main h6.title{
    text-transform: capitalize;
    font-size: var(--font-size-xxl);
    font-weight: var(--font-weight-bold);
    margin-bottom: 6px;
    text-align: center;
    letter-spacing: .6rem;
}

#main p.text{
    text-align: center;
    margin-bottom: 7px;
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-md);
}


section .card,
section .card .card-header,
section .card .card-body,
section .card .card-footer{
    background-color: var(--light);
    border: none;
    border-radius: 0;
    padding: 0;
}

