.p, li, ul, td, table {
    font-size: 1.2rem !important;
    font-weight: 500;
}
.container-header .mod-menu>li:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    border-bottom: 3px solid #941bd1;
    border-top: 1px solid #ffffff;
    left: 50%;
    margin: auto;
    opacity: 99;
    position: absolute;
}
.header .grid-child {
    max-width: 70em;
}
.h1, h1 {
    font-size: 1.5rem;
    color: crimson;
    font-weight: 500;
}

