.slider-container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.slider-container .vc_column-inner {
    padding: 0 !important;
}
.we_offer_section {
    padding: 50px 0 70px 0;
}
.slider_offer .owl-nav {
    width: 114px;
    height: 38px;
    padding: 1px 12px;
    border-radius: 41px;
    border: solid 2px #18a0fb;
    display: block;
    margin: 14px auto 0;
}

.slider_offer .owl-nav .owl-prev {
    float: left;
}

.slider_offer .owl-nav .owl-next {
    float: right;
}

.we_offer_section h4 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #3b87ca;
    margin-bottom: 25px;
}

.we_offer_section ul li {
    padding: 5px 0 5px 22px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    list-style: none;
    position: relative;
}
.we_offer_section ul li::before {
    content: "";
    color: #000;
    position: absolute;
    left: 0;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.we_offer_section .custom_padding {
    padding-left: 137px;
}

.slider_offer .item img {
    height: 400px;
    object-fit: cover;
}

.space_between {
    display: flex;
    justify-content: space-between;
}

.space_between ul {
    padding-right: 15px;
}

.space_between ul li {
    font-weight: 400 !important;
}
.space_between > p {
    display: none;
}

@media(max-width:1200px){
    .we_offer_section .custom_padding { padding-left: 15px;}
}
@media(max-width:992px){
    .offer_dual { padding-top: 30px; }
}

@media(max-width:767px){
    .we_offer_section .custom_padding { padding-top: 30px; }
}

@media(max-width:576px){
    .offer_dual ul {width: 100%;}
    .space_between { flex-direction: column;}
}