.foundation,
.partnerships,
.contact {
    padding: 112px 0;
}

.blog {
    padding-bottom: 112px;
}

.partnerships {
    background-image: url("../../../../images/banner-about.png");
    width: 100%;
    min-height: 676px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact .iframe iframe {
    width: 100%;
    height: 295px;
    border-radius: 19px;
}


@media (max-width: 1199px) {

    .foundation,
    .partnerships,
    .contact {
        padding: 56px 0;
    }

    .blog {
        padding-bottom: 56px;
    }
}