.image-box {
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    padding: 83px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-box h1 {
    width: 862px;
    font-family: 'mainMedium';
    font-size: 36px;
    color: #ff8614;
    margin: 0 0 -10px 0;
}
.image-box > div {
    width: 960px;
    margin: 50px 0 50px 0;
}
.image-box > div > img {
    width: 960px;
}