.component-reward {
    padding-top: 114px;
}
.container-project .gallery-element {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;

}
.gallery-element-wrapper {
    margin-bottom: 40px;
}
.gallery-element {
    display: block;
    height: 489px;
    background-size: cover;
}
.container-reward {
    margin-top: 58px;
}
@media (max-width: 1560px) {
    .gallery-element {
        height: 416px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}