section.header,
footer {
    background-color: #EFF1F0;
}

section.activities,
section.content {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #f2f3f2;
}

section.activities {
    padding-top: 0em;
    padding-bottom: 150px;
}

section.content h2 {
    text-align: center;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.7);
}

section.content h2 {
    font-weight: 600;
}

section.content h2 strong {
    font-weight: 700;
}

section.content p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    line-height: 24px;
    margin: 0.5em 0em;
}

section.activities div.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: self-end;
}

section.activities div.wrap .activity_service {
    width: 45%;
    background-color: #202238;
    padding: 3em 1em;
}

section.activities div.wrap .activity_service h3 {
    color: white;
    font-size: 40px;
    padding-bottom: 0.3em;
    font-weight: 600;
}

section.activities div.wrap .activity_service ul li {
    display: block;
    color: white;
    font-size: 20px;
    line-height: 26px;
    margin: 0.3em 0em;
    position: relative;
}

section.activities div.wrap .activity_service ul li:before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/themes/filizer2020/images/ICON.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 14px;
    height: 29px;
    vertical-align: top;
    margin: 0em 0.2em;
}

section.activities div.wrap .activity_logos {
    width: 50%;
}

section.activities div.wrap .activity_logos article {
    display: block;
    margin-bottom: 2em;
}

section.activities div.wrap .activity_logos article h2 {
    font-size: 34px;
    padding-bottom: 0.3em;
}

section.activities div.wrap .activity_logos article ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

section.activities div.wrap .activity_logos article:first-of-type ul li {
    width: 20%;
    margin-bottom: 2%;
}

section.activities div.wrap .activity_logos article:last-of-type ul li {
    margin-bottom: 2%;
}
