.article h1 {
    display: none;
}

.cc-header {
    height: 500px;
    color: white;
    padding: 50px 20px;
    box-shadow: 0 0 50px 30px rgba(0,0,0,.12);
    text-shadow: 0 0 30px black, 0 0 30px black, 0 0 30px black, 0 0 30px black, 0 0 30px black;
}
@media (min-width: 500px) {
    .cc-header {
        padding: 50px 100px;
    }
}
@media (min-width: 1410px) {
    .cc-header {
        border-radius: 20px;
    }
}
.cc-header .btn {
    border: 2px solid white;
    color: black;
    background: white;
    border-radius: 6px;
    margin-top: 2em;
}
.cc-header .btn:hover {
    background: #d71920;
    border-color: #d71920;
    color: white;
}
.cc-header h1 {
    font-size: 60px;
    font-weight: 400;
    text-transform: none;
    display: block;
    line-height: 1;

}
.cc-header table {
    border-collapse: collapse;
    text-shadow: 0 0 30px rgb(0, 0, 0), 0 0 30px rgb(0, 0, 0);
}
.cc-header table tr.loan {
    font-size: 24px;
    font-weight: 600;
}
.cc-header table tr td {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px 5px 3px 0;
}

.cc-header table tr td + td {
    text-align: right;
    padding-right: 0;
}
.cc-header table tr:last-child td {
    border: none;
}

.four,
.five {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr;
}

@media (min-width: 560px) {
    .four,
    .five {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 740px) {
    .four,
    .five {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1120px) {
    .four,
    .five {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.four .name {
    display: block;
    position: relative;
    margin: 1em 0 1em;
    font-weight: 600;
}


ul.divisions {
    margin: 0;
    padding: 0;
}
ul.divisions li {
    display: inline-block;
    background: #d71920;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 10px;
}

.hours-item table tr td {
    padding-right: 10px;
}
h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin: 1em 0 1em 0 !important;
    white-space: nowrap;
}
.four .name::after,
h3::after {
    content: '';
    background: red;
    width: 35px;
    height: 2px;
    display: block;
    position: absolute;
    top: 38px;
}
.four .name::before,
h3::before {
    content: '';
    background: rgba(0,0,0,.1);
    height: 2px;
    display: block;
    position: absolute;
    top: 38px;
    width: 80%;
}

.article h2 {
    font-size: 32px;
    text-align: left;
    margin-top: 1.4em;
    font-weight: 500;
    position: relative;
    margin-bottom: 1.4em;
    line-height: 1em;
}