@media screen and (max-width: 1200px) {
.sticky-header .sticky-header-wrapper {
 left: 15px;
 right: 15px;
 width: auto;
}
}
@media all and (max-width:991px) {
.historyWrap h3{
   font-size: 2.4rem;
   padding: 0;
}
.historyWrap p {
   font-size: 14px;
}
.historyWrap h3 {
    margin-bottom: 15px;
}
.histryScroll img {
    min-height: 340px;
    height: 340px;
    max-height: 340px;
}
}
@media all and (max-width:680px) {
.historyWrap h3 {
   margin: 0;
}
.historyWrap h3 {
   font-size: 20px;
}
.historyWrap p {
    font-size: 14px;
    line-height: 20px;
     margin-top: 20px
}
.historyWrap {
 padding: 20px 0;
}
.sticky-header.sticky-ride-nav.fixedBottom .sticky-header-wrapper {
 left: 0;
 right: 0;
 width: 100%;
 position: relative;
}
}

