.blog-home-wrap {
    padding-top: 91px;
    border-top: 1px solid #E4E4E4;
}
h1 {
    text-align: center;
    font-size: 45px;
    line-height: 53px;
    color: #111;
    margin-bottom: 64px;
}
.article-link:hover {
    text-decoration: none;
}
.post-wrap .image img {
    width: 350px;
    height: 257px;
}
.post-wrap .img-wrap{
    position: relative;
}
.post-wrap .image:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 134, 213, 0.7);
}
.post-wrap .image:hover:after {
    opacity: 1;
}
.post-wrap .image p {
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 230px;
    left: 30px;
    width: calc(100% - 10px);
    z-index: 99;
}
.post-wrap .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #111;
    margin-top: 16px;
    margin-bottom: 64px;
}
.eligibility-line {
    background: #F6FBFF;
    padding: 15px 0;
    margin-bottom: 64px;
}
.cta-eligibility-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.cta-eligibility-wrap p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #111;
    margin: 15px 0;
}
.cta-eligibility-wrap a {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 342px;
    font-size: 22px;
    font-weight: 500;
    line-height: 49px;
    color: #fff;
    background: #ff4300;
    border-radius: 2px;
    margin: 15px 0;
}
.pagination-wrap {
    display: flex;
    justify-content: flex-end;
}
.pagination {
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.pagination .counter {
    margin-right: 25px;
}
.arrow-separator {
    width: 2px;
    height: 33px;
    background: #212121;
    margin-left: 18px;
    margin-right: 18px;
}




.footer-first-hr {
    display: none;
}
