.main-content {
    padding: 35px;
}
.main-content .container {
    max-width: 1200px;
}
.blog-articles {
    padding: 25px 0;
}
.blog-articles .post-img img {
    max-width: 100%;
    width: 100%;
}
.blog-post {
    display: flex;
    padding: 15px;
}
.post {
    height: auto;
    padding: 15px;
    box-shadow: 0px 1px 13px 0px #00000030;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.post-info h5 {
    font-weight: 700;
    color: #000;
}
.post-info a {
    text-decoration: none;
}
.post-content {
    margin-bottom: 30px;
}
.read-more-btn a {
    padding: 10px 25px;
    color: #fff;
    background: #15489e;
    border: 1px solid #15489e;
    border-radius: 0;
    box-shadow: none ! Important;
    display: inline-block;
    line-height: normal;
}
