
/* //article-box */

*/ .main-links {
    margin-top: 30px;
}

.article-gridq {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-gap: 1rem;
    padding: 1rem 0
}

@media(min-width:520px) {
    .article-gridq {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:880px) {
    .article-gridq {
        grid-template-columns: repeat(3, 1fr);
        /*! grid-gap: 4.5rem; */
        /*! padding: -0.5rem 0; */
        margin: 20px;
    }
}


.article-boxq {
    display: block;
    position: relative;
    background: #fff;
    color: #30444c!important;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.article-boxq:after {
    content: " ";
    position: absolute;
    background: #dc3d3f;
    height: 4px;
    bottom: 0;
    left: 0;
    width: 0;
    transition: width .2s
}

.article-boxq:hover {
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1)
}

.article-boxq:hover:after {
    width: 100%
}



.article-boxq__link {
    position: absolute;
    left: 1.5rem;
    bottom: 1rem;
    font-size: .9rem
}

.article-boxq--wide {
    display: flex;
    padding-bottom: 0
}

@media(min-width:880px) {
    .article-boxq--wide {
        grid-column-start: 1;
        grid-column-end: 4;
        min-height: 180px
    }
}


/*  article-box image */

.article-boxq__image {
    width: 100%;
    background-position: center center;
    background-size: cover;
    height: 180px
}

.article-boxq__image--left {
    width: 30%
}


/*  //article-box text */

.article-boxq__text {
    position: relative;
    padding: 1rem
}

.article-boxq__text--right {
    width: 70%
}


/* //article-box tags */

.article-boxq__tags {
    position: absolute;
    top: -12px
}



/*  //article title */

.article-boxq__title {
    margin: .5rem 0;
    text-align: center;
    padding: 0;
    font-size: 0.9rem ;
    line-height: 1.4rem;
}

.article-boxq__title a {
    color: #30444c
}


/*  //article snippet */

.article-boxq__snippet {
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 1.4rem;
    color: #677283;
    line-height: 1.6;
    padding: 0;
    margin-bottom: 0
}


.button.hollow:hover {
    background: #000;
    color: #fff;
}


/* article images */

.one {
    background: url("https://image.freepik.com/free-vector/data-processing-protecting-banner_82984-208.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.onee {
    background: url("https://image.freepik.com/free-photo/businessman-big-city_104033-68.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.two {
    background: url("https://image.freepik.com/free-photo/digital-crime-by-anonymous-hacker_53876-41594.jpg");
    background-position: center center;
    background-size: cover;
}

.twoo {
    background: url("https://image.freepik.com/free-photo/long-haired-female-students-wearing-black-ruffle-dresses-expressing-joy-graduation-university_43157-719.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.three {
    background: url("https://image.freepik.com/free-vector/cyber-thieves-robbing-computer-bank-data_1262-20634.jpg");
    background-position: center center;
    background-size: cover;
}

.threee {
    background: url("https://image.freepik.com/free-photo/close-up-students-writing-reading-exam-answer-sheets-exercises-classroom-school-with-stress_73622-858.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.four {
    background: url("https://image.freepik.com/free-photo/businessman-using-tech-devices-icons-thin-line-interface_117023-904.jpg");
    background-position: center center;
    background-size: cover;
}


.custom-process.article-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    padding: -0.5rem 0;
    margin: 20px;
}

.article-boxq__title.custom {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 9px;
    display: inline-block;
    padding: 4px 7px;
    transition: 0.5s;
    color: #fff;
    background: #000;
    margin-left: 225px;
}