.sliderWrap {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.offerWrap {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    width: 100%;
    background-color: rgba(1,1,24,0.88);
    color: #FFF;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    border-radius:7px;
}

.offerInfo {
    max-width: 400px;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px;
    text-align: center;
    margin: auto;
}

h1 {
    color: #0099ff;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #000000;
}

.offerInfo span {
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.offerInfo h4 {
    color: #e19d00;
    font-size: 33px;
}

.offerInfo h5 {
    font-size: 19px;
    color: #0099ff;
}

.offerInfo p {
    font-size: 18px;
    line-height: 26px;
    color: #FFF;
}

.offerInfo strong, .offerInfo b {
    color: #33ff00;
}

.offerImg {
    max-width: 400px;
    margin: 0px;
}

.offerImg img {
    border-radius:7px 0 0 7px;
}

.offerInfo a {
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #FFF;
    color: #0099ff;
    text-decoration: none;
    /* padding: 2px 6px;
    border-radius: 4px;
    background-color: #ff3399;
    color: #ffffff;
    font-weight: bold; */
}

.offerInfo a span {
    font-size: 18px;
    display: inline-block;
    color: #ff3399;
    text-decoration: none;
    font-weight: bold;
}

.ss-pagination {
    position: relative;
    bottom: unset;
}

.ss-arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
    height: 40px;
    width: 100%;
    max-width: 250px;
    right: 0;
    left: 0;
    top: -45px;
}

.ss-arrow {
    font-size: 15px;
}

.ss-next {
    right: 0;
}

.ss-prev {
    left: 0;
}

@media (min-width: 1441px) and (max-width: 2200px) {
}

@media (min-width: 1026px) and (max-width: 1366px) {
}

@media (min-width: 960px) and (max-width: 1025px) {
}

@media(min-width: 767px) and (max-width: 959px) {
}

@media (min-width: 569px) and (max-width: 766px) {
}

@media (min-width: 481px) and (max-width: 568px) {

    .offerWrap {
        flex-direction: column;
    }
}

@media (min-width: 200px) and (max-width: 480px) {

    .offerWrap {
        flex-direction: column;
    }
}
