.light-blocks .section-grid-icons__container {
    background-color: transparent;
    border: 1px #b7c3d1 solid;
    border-top: none;
}

.light-blocks .section-grid-icons__icon img {
    width: 60px;
}

.light-blocks .section-grid-icons__title {
    color: #1a65a8;
}

.light-blocks .section-grid-icons__icon {
    border: 1px #b7c3d1 solid;
}

.section-intro__text {
    top: auto;
    transform: translateY(0);
    bottom: 5%;
}

@media (max-width: 800px) {
    .section-intro__text {
        top: auto;
        transform: translateY(0);
        bottom: 8%;
    }
}
@media (max-width: 640px) {
    .section-intro__text {
        top: auto;
        transform: translateY(0);
        bottom: 20%;
    }
}
.page-template-front .event-post__date {
    display: none;
}