h1#page-title {
    text-align: left !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

#block-vgreen-page-title .page-header {
    margin-top: 0;
}

.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);
}

.content-value {
    border-top: 1px solid rgba(7, 42, 9, 0.2);
    border-bottom: 1px solid rgba(7, 42, 9, 0.2);
    padding: 24px 0;
    margin: 24px 0;
}

.content-value img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
}

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;
    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 .avatar {
    aspect-ratio: auto 16 / 9;
}

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


@media only screen and (max-width: 768px) {
    h2.block-title {
        margin-top: 60px;
    }
}