.thematic-event {
    background: #000;
    color: white;
    padding: 20px 0;
}

.container.section {
    margin-top: 52px;
}

.theme_areas_grid {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.theme_areas_grid__card {
    display: inline-block;
    vertical-align: top;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
    width: 25%;
}

.theme_areas_grid__card-inner {
    border-radius: 10px;
    padding-bottom: 75%;
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    transition: all ease-in-out .45s;
    min-height: 236px;
    background-size: cover;
}

.theme_areas_grid__card:hover .theme_areas_grid__card-inner {
    /*background-size: 105% 105% !important;*/
}

.theme_areas_grid__card-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.theme_areas_grid__card--title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 60px 30px 30px;
    color: white;
}

.theme_areas_grid__card-content svg {
    position: absolute;
    top: 31px;
    right: 20px;
    color: white;
    font-size: 20px;
}

.theme_areas_grid__card--text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: white;
    margin: 0 30px 30px 30px;
}

.section-dark .theme_areas_grid__card-content svg,
.section-dark .theme_areas_grid__card--title,
.section-dark .theme_areas_grid__card--text {
    color: black;
}

@media screen and (max-width: 1024px) {
    .theme_areas_grid__card {
        width: 50%;
    }

    .theme_areas_grid__card-inner {
        border-radius: 10px;
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 960px) {
    .theme_areas_grid__card {
        width: 100%;
    }

    .theme_areas_grid__card-inner {
        border-radius: 10px;
        padding-bottom: 30%;
    }
}
.footer__menu {
    margin-top: 28px;
}
.footer__menu:first-child {
    margin-top: 0;
}
.footer__menu .footer__menu {
    margin-top: 0;
}