#block-vgreen-page-title {
    display: none;
}

.field-content .avatar {
    aspect-ratio: auto 16 / 9;
}

img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

a {
    text-decoration: none !important;
}

.field-content .content {
    padding: 24px;
}

.field-content .content .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    text-decoration: none;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(7, 42, 9, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.field-content .content .sapo {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(7, 42, 9, 1);
}

.field-content .content .created {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(7, 42, 9, 0.6);
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.created .icon-time {
    content: url('../images/clock.svg');
    width: 16px;
    height: auto;
}

#block-vgreen-content .block-content .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    justify-content: space-between;
}

#block-vgreen-content .block-content .views-row {
    flex-basis: 48%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(7, 42, 9, 0.2);
}

#block-vgreen-content .block-content .views-row:hover {
    box-shadow: 0px 2px 4px 0px rgba(7, 42, 9, 0.2);
}

#block-vgreen-content .block-content .views-row:hover img {
    transform: scale(1.1);
}

h2.block-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(7, 42, 9, 1);
    margin-bottom: 24px;
}

.view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.view-content .views-row {
    flex-basis: 47%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(7, 42, 9, 0.2);
}

.view-content .field-content .content {
    padding: 12px;
}

.view-content .field-content .content .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}

.pager-show-more {
    margin-top: 24px;
    padding: 0;
    list-style: none;
}

.pager-show-more .pager__item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: rgba(175, 220, 16, 1);
    color: rgba(7, 42, 9, 1);
    padding: 14px 32px;
    border-radius: 100px;
}

@media only screen and (max-width: 768px) {
    #block-vgreen-content .block-content .views-row {
        flex-basis: 100%;
    }

    #block-vgreen-content .block-content nav {
        width: 100%;
    }

    .pager-show-more .pager__item a {
        display: inline-block;
        width: 100%;
    }

    .pager-show-more {
        margin-bottom: 60px;
    }
}

.featured-card .avatar img{
    width: 100%;
}