/* No CSS *//*# sourceMappingURL=style.css.map */
.title-bar{
    min-height: 200px;
    text-align: center;
    background: linear-gradient(
90deg, #cf2e2e 0%, rgba(253,29,29,1) 50%, #cf2e2e 100%);
    position: relative;
    overflow: hidden;
    padding: var(--s-space) 0;
    margin-bottom: var(--s-space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
}
.title-bar h1{
    color: #FFF;
    max-width: 80%;
    margin: auto;
}
.description-bar{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    background: #FFF;
    padding: 15px 15px;
    border-radius: 6px;
    box-shadow: 0px 3px 4px 4px #33333347;
    margin-bottom: 35px;
    align-content: center;
    align-items: start;
    justify-items: stretch;
}

.ico-box{

}
.ico-box svg{
    display: block;
    float: left;
    width: 55px;
    height: auto;
    margin-right: 10px;
    color: #999 !important;
}
.ico-box h3{
    margin-bottom: 0;
    font-size: 1em;
}
.ico-box p{
    color: #dc3545 !important;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
}
.coll-box{
    padding: 0!important;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px 15px
}
.the-excerpt{
    position: relative;
}
.bt-share{
    position: absolute;
    bottom: 0;
    left: 0;
}
.seed-social .text{
    display: none;
}