.article-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.article-box .inner-box {
    background: #FFF;
    border: 1px solid #C4CDD5;
    box-sizing: border-box;
    box-shadow: 0 16px 28px rgba(1,8,82,.120926);
    border-radius: 8px;
    min-height: 200px;
    width: 270px;
    transition: box-shadow 0.3s;
}

.article-box .inner-box:hover {
    box-shadow: 0 6px 16px 0 rgba(1,8,82,.21);
    border: 1px solid #8088b6;
}

.explore-other-options-widget {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-top: 50px;
    padding: 20px 30px !important;
}

.explore-other-options-widget h2 {
    color: #010852;
    line-height: 30px;
    font-size: 24px;
}

@media (min-width: 768px) {
    .article-box .inner-box {
        align-items: self-end;
        padding-top: 34px!important;
        padding-bottom: 34px!important;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .article-box .inner-box {
        width: 229px;
    }
}

@media (min-width: 1024px) {
    .article-box .inner-box {
        width: 255px;
    }
}

@media (min-width: 1200px) {
    .article-box .inner-box {
        width: 238px;
    }
}

@media (min-width: 1600px) {
    .article-box .inner-box {
        width: 250px;
    }
}