.articles-wrapper {
    margin-top: 30px;
}

.articles-wrapper .card-body {
    height: auto!important;
    padding: 1.25rem 1.25rem 2rem 1.25rem!important;
}

.articles-wrapper .card-title {
    font-family: 'Gilroy-Bold', sans-serif!important;
    font-size: 20px;
    Display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    text-align: left!important;
    line-height: 26px;
}

.articles-wrapper .card-title a {
    color: #0A0C0A;
}

.articles-wrapper .card-title a:hover {
    color: #4c7aac;
}

.articles-wrapper .card-desc p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(55, 55, 55, .9);
}

.articles-wrapper .form-group {
    margin-bottom: 30px;
    display: block;
}

.articles-wrapper .form-group label {
    font-family: 'Gilroy-Bold', sans-serif!important;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    width: 130px;
}

.articles-wrapper .form-group input {
    border-radius: 30px;
    padding: 25px 30px;
    display: inline-block;
    width: auto;
    min-width: 500px;
    max-width: 100%;
}

.articles-wrapper .card {
    border-radius: unset;
    border: unset;
    height: 238px;
}

.articles-wrapper .btn-read-more {
    text-transform: uppercase;
    color: #4c7aac;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.articles-wrapper .card:hover {
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 20%);
}

.articles-wrapper .card-img-top {
    border-radius: unset;
    height: 100%!important;
    min-height: 238px;
    max-height: 238px;
}

.wpv-filter-pagination-link,
.wpv-filter-next-link,
.wpv-filter-previous-link {
    border: unset!important;
    padding: 8px 10px!important;
    background: transparent;
    font-size: 16px;
    font-family: 'Prompt', Helvetica, Arial, Lucida, sans-serif;
    color: rgba(0, 0, 0, .4);
}

@media only screen and (max-width: 768px) {
    .articles-wrapper .card {
        height: auto!important;
    }
    .articles-wrapper .form-group input {
        min-width: 100%;
    }
}