.image-text-box-right {
    width: 100%;
    min-height: 80vh;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-text-box-right > div {
    width: 640px;
    margin: 100px 0 100px -320px;
}
.image-text-box-right > div > img {
    display: block;
    width: 640px;
    height: 30px;
}
.image-text-box-right > div > div {
    position: relative;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.75);
}
.image-text-box-right > div > div > h1 {
    font-family: 'mainMedium';
    font-size: 36px;
    color: #ff8614;
    margin: -10px 0 18px 0;
}
.image-text-box-right > div > div> h2 {
    font-family: 'mainRegular';
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 12px;
}
.image-text-box-right > div > div> span {
    font-family: 'mainLight';
    font-size: 16px;
    color: #ffffff;
}
.image-text-box-right > div > div> img {
    position: absolute;
    left: 620px;
    top: 20px;
    width: 340px;
}