.post-list {
    padding: 60px 0 40px 0; 
}
.main-post-list {
    padding-bottom: 25px;
} 
.post-list-heading h2 { 
    color: #0190D0;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 17px !important; /* 141.667% */
    letter-spacing: 1.2px;
    padding-bottom: 15px;
}
.post-list-heading p { 
   display: none;
}
.main-post-list a.paidcontent {
    padding-left: 15px;
    position: relative;
    text-transform: capitalize;
}
a.paidcontent:before {  
    background: url(../../../images/lock.svg);
    position: absolute;
    content: "";
    height: 12px;
    width: 9px;
    background-repeat: no-repeat;
    top: 4px;
    left: 0;
} 
a.paidcontent:hover:before {  
    background: url(../../../images/lock-grey.svg);
} 
.main-post-list span {
    color: #fff;
    /*background-color: #4a5b6f;*/
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 0.4px;
    font-weight: bold;
    display: inline-flex;
    display: -webkit-inline-flex;
    width: max-content;
    text-align: center;
    line-height: 12px;
    padding: 0 6px 0 0;
    height: 14px;
} 
.main-post-list span svg {
    width: 100%;
    height: 100%;
}
.main-post-list img {
    margin-bottom: 15px; 
    width: 100%;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.main-post-list .category-img img{
    
    width: auto;
    margin-bottom: 9px;
    max-width: 150px;
    min-height: 15px;
}
.main-post-list p span {
    display: inline;
    padding: 0;
    font-weight: normal;
    color: #707070;
    font-size: 10px;
    line-height: 13px;
}
.site-inner {
    min-height: calc(100vh - 259px);
}
.main-post-list h6 {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 6px 0;
    text-transform: capitalize;
    margin-top: 1px;
    margin-bottom: 3px;
}
.main-post-list p {
    font-size: 10px;
    line-height: 13px;
    color: #707070;
    font-family: 'din-2014';
    margin-bottom: 4px;
}
.main-post-list p strong {
	color: #707070;
}
.main-post-list a {
    padding: 0;
    font-size: 16px;
    line-height: 22px; 
    color: #023465;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.main-post-list a:hover {
    color: #333;
    background-color: #fff;
}
.post-list .container {
    padding: 0;
}
.post-list-button {
    width: 100%;
    text-align: center;
}
.post-list-button a {
    font-size: 16px;
    line-height: 20px;
    background-color: #023465;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 14.5px;
    border-radius: 6px;
}
.post-list-button a:hover {
    border: 1px solid #023465;
    background-color: #fff;
    color: #023465;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .main-post-list img {
        max-height: 250px;
        min-height: 250px;
    }
}
@media screen and (max-width: 1024px) {
    .post-list {
        padding: 60px 0 35px;
    }
}
@media screen and (max-width: 767px) {
    .post-list .row .col-lg-3:last-child .main-post-list {
        padding-bottom: 0;
    } 
    .post-list-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .main-post-list img {
        max-height: initial;
        min-height: auto;
    }
    .post-list {
        padding: 60px 0 60px;
    }
}