.historyWrap .minWrap {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
}
.historyWrap {
    background: url("../images/white-texture.jpg");
    padding: 50px 0;
}
.historyWrap h3 {
    color: #1F1715;
    text-align: center;
    font-family: Roboto;
    font-size: 50px;
    max-width: 580px;
    margin: 0 auto 30px;
    padding: 0 15px;
}
.historyWrap p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 144.444% */
    max-width: 1024px;
    padding: 0 15px;
    margin: 0 auto;
}
/*scroll*/
.histryScroll {
    position: relative;
    margin-top: 20px;
}
.histryScroll img {
    height: 470px;
    pointer-events: none;
    max-width: unset;
}
.histryScroll span.arowRB {
    position: absolute;
    right: 5px;
    bottom: 20px;
}
.sticky-header .sticky-header-wrapper {
    max-width: 1137px;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}
.histryScroll span.arowRB img {
    min-height: 1px;
    height: auto;
    max-height: unset;
}