.orange-text-box-bottom {
    width: 100%;
    margin: -2vw 0 0 0;
}
.orange-text-box-bottom > img {
    display: block;
    width: 100%;
    height: 2vw;
}
.orange-text-box-bottom > div {
    background: linear-gradient(90deg, #ff7800 0%, #fe4e0a 100%);
    padding: 100px 0 100px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.orange-text-box-bottom > div > div {
    width: 960px;
    text-align: center;
}
.orange-text-box-bottom > div > div > h1 {
    font-family: 'mainMedium';
    font-size: 36px;
    color: #ffffff;
    margin: -10px 0 18px 0;
}
.orange-text-box-bottom > div > div > h2 {
    font-family: 'mainMedium';
    font-size: 21px;
    color: #ffffff;
    margin: -10px 0 18px 0;
}
.orange-text-box-bottom > div > div> span {
    font-family: 'mainRegular';
    font-size: 18px;
    color: #000000;
}