.thumb-wrapper {
    width: 95%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 8px auto;
}
.img-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
h1 {
    margin-top: 30px;
}
h1, h2 {
    text-align: left !important;
}
h2 {
    font-size: 26px !important;
    margin-top: 30px;
}
.blog-content .wp-post-image {
    width: 100% !important;
    height: auto;
    margin-bottom: 30px;
}
a {
    color: #000 !important;
}
a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.page-template-articles .btn-primary {
    background-color: #000;
    display: table;
    padding: 10px 20px;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 9px;
    margin-top: 15px;
}
.page-template-articles .btn-primary:hover {
    color: #ccc !important;
    border-color: #000 !important;
    background-color: #000 !important;
}