.category h1.page-title, .search-results h1.page-title {
    text-align: center;
    padding: 150px 0px;
    color: white;
    font-size: 37px;
    font-weight: 600;
}
.category header.page-header, .search-results header.page-header {
    background-image: url(https://w3speedster.com/wp-content/w3-webp/themes/understrap/images/main-banner.jpgw3.webp);
    width: calc(100vw - 0px);
    height: 300px;
    margin-left: calc(50% - 50vw - 8px) !important;
    margin-bottom: 60px;
    background-size: cover;
}
.category article {
    height: auto;
    min-height: 500px;
}
.category article, .search-results article {
    width: 31%;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: top;
    margin: 1%;
    box-shadow: 0px 0px 20px #e0dcdc;
    height: 620px;
    border-radius: 10px;
}
.category article h2.entry-title {
    height: auto !important;
    font-size: 20px !important;
}
.category article h2.entry-title, .search-results article h2.entry-title {
    font-size: 20px;
    text-transform: capitalize;
    height: 70px;
    font-weight: 500;
    align-items: center;
    display: flex;
}
.category article img {
    width: 100% !important;
    margin-top: 10px !important;
    box-shadow: 0px 0px 5px #0005;
    border-radius: 5px !important;
}
.category article img, .search-results article img {
    width: 100%;
    object-fit: contain;
    object-position: top center;
    height: 220px;
}
.category article h2.entry-title a {
    color: #117eef;
}
.category article h2.entry-title a, .search-results article h2.entry-title a {
    color: #117eef;
}
.category .hentry .btn, .search-results .hentry .btn {
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    padding: 10px 15px;
    color: white;
    margin-top: 20px !important;
    border-radius: 5px;
}
.category .entry-content p:nth-child(1), .search-results .entry-content p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.category span.cat-links, .search-results span.cat-links {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}
@media(max-width:767px){
    .category article, .search-results article {
        width: 90%;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .category article {
        height: auto;
        min-height: auto;
    }
    .category header.page-header, .search-results header.page-header {
        margin-left: calc(50% - 50vw - 0px) !important;
    }
}