
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col-flex-4 .blog-column {
    position: relative;
    background: #fff;
    border: 1.5px solid #002336;
    border-radius: 7px;
    transition: all 0.4s;
    margin-bottom: 20px;
    height: 100%;
}

.resources-innerpage {
    position: relative;
    padding: 0 0 50px;
    z-index: 9;
    color: #436577;
}

.resources-innerpage h2 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
}

.blog-image {
    width: 100%;
    height: 200px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
    border-radius: 7px 7px 0 0;
}

.blog-info {
    padding: 20px 20px 65px 30px;
    color: #436577;
}

.blog-info h3 {
    font-size: 18px;
    color: #002336;
    line-height: 1.33em;
    padding: 0 0 15px;
}

.blog-info h4 {
    font-size: 16px;
    color: #002336;
    font-weight: 400;
    padding: 0 0 20px;
}

.blog-info p {
    line-height: 1.54em;
}

.blog-column .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 7px 7px !important;
    padding: 15px 30px;
}

.blog-column .btn-primary:before {
    border-radius: 0 0 7px 7px !important;
}

.all-blog-btn {
    text-align: center;
    margin-bottom: 20px;
}

.all-blog-btn .btn {
    padding: 21px 43px;
}

.resources-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .blog-wrapper {
        display: flex;
    }

    .blog-content {
        padding: 10px 0 30px;
        text-align: center;
    }

    .blog-info h3 {
        font-size: 21px;
        padding: 0 0 15px;
    }

    .resources-innerpage .blog-wrapper .col-flex-4:nth-child(3) {
        display: none;
    }

}

@media (min-width: 1025px) {

    .resources-innerpage .blog-wrapper .col-flex-4:nth-child(3) {
        display: block;
    }
    .resources-innerpage h2 {
        margin-top: 0;
    }

}

@media (min-width: 1200px) {
    .blog-content {
        padding: 10px 0 50px;
    }

    .resources-image {
       padding-top: 95px;
    }

    .resources-innerpage {
        padding: 0 0 100px 0;
    }

    .blog-column:hover .btn-primary {
        background: linear-gradient(to right, rgba(79,205,221,1) 0%,rgba(0,86,131,1) 100%);
        color: #ffffff;
    }

    .resources-innerpage .blog-column:hover{
        transform: scale(1.03);
    }

    .resources-innerpage h2 {
        margin-top: 147px;
    }
    
}

@media(min-width: 1336px) {
     .resources-image {
       padding-top: 65px;
    }
}

@media (min-width: 1600px) {
    .resources-image {
       padding-top: 140px;
    }
}

@media(min-width: 1800px) {
    .blog-image {
        height: 155px;
    }
     .resources-image {
       padding-top: 115px;
    }
}
@media (max-width: 767px) {

    .resources-innerpage .blog-wrapper .col-flex-4:nth-child(2),  .resources-innerpage .blog-wrapper .col-flex-4:nth-child(3) {
        display: none;
    }

    .logged-in #wpadminbar {
        display: none;
    }

    .admin-bar.logged-in .page-header.scroll {
        top: 0;
    }
}