h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 8px;
    font-family: Gotham XNarrow;
}
h2 {
    font-size: 28px;
}
figcaption {
    text-align: center;
    color: grey;
    margin: 4px 0;
}
figure {
    margin: 16px 0;
}
.article-body p a,
.article-body li a{
    color: #d10a10;
    text-decoration: none;
    font-weight: 600;
}
.check {
    box-shadow: var(--box-shadow);
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 20px;
}
.check__wrapper {
    padding: 0.5rem;
}
.check__top-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.check__top-col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4rem;
}
.check__top-col-1-row {
    display: flex;
    flex-direction: column;
}
.check__bot-grid-col-title {
    font-weight: 500;
    background-color: rgba(128, 128, 128, 0.39);
    border-right: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-left: 2px;
}
.check__bot-grid-col {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #000;
}
.check__bot {
    border-bottom: 3px solid #000;
}
@media (max-width: 992px){
    .check {
        font-size: 0.7rem;
    }
}




.model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 560px;
    width: 100%;
    /* height: 250px; */
    max-height: 350px;
    background: #fff;
    z-index: 9999999;
    margin: auto;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #222;
    padding: 30px!important;
    border-radius: 10px;
}

.model p {
    margin-bottom: 50px;
    font-size: 24px;
    
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: 0.9;
    z-index: 9999998;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .model {
        max-width: 320px;
        padding: 10px;
    }
}