#hero > #image > img {
    width: 1px;
    height: 1px;
    opacity: .01;
}
#services > .wrapper > .content {
    flex-direction: unset;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 64px;
    padding: 0 64px 96px 64px;
}
#services > .wrapper > .content > .service {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    max-width: 480px;
    min-width: 240px;
}
#services > .wrapper > .content > .service > img {
    max-height: 128px;
}
#about {
    width: 100%;
    background-color: #36567C;
    background-image: url('assets/images/home-about-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    padding: 128px 64px 128px 64px;
}
#about > .wrapper > .content {
    max-width: 500px;
}
#partners > .wrapper {
    flex-direction: column;
    align-content: center;
    padding: 128px 64px 128px 64px;
}
#partners > .wrapper > .content {
    flex-direction: unset;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
    max-width: 1024px;
}
#partners > .wrapper > .content > .partner {
    flex-basis: calc(33% - 64px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#partners > .wrapper > .content > .partner > img {
    width: 128px;
}

@media screen and (max-width: 640px) {
    #hero {
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 38%, rgba(255, 255, 255, 0.00) 58%), linear-gradient(155deg, #ffffff 30%, rgba(255, 255, 255, 0.00) 65%) !important;
        height: 700px;
    }
}