.s_firstScreenSlider{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin: 0 -0.5%;
    width: auto;
}
.firstScreenSlider {
    margin: 0 0.5%;
    width: 49%;
}

.firstScreenSlider__item{
    height: 285px;
    padding: 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.firstScreenSlider__item img {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 1;
}

.firstScreenSlider_carusel.owl-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.firstScreenSlider_carusel.owl-carousel .owl-nav button.owl-prev {
    display: none;
    left: 5px;
    color: #fff;
    opacity: 1;

    font-size: 50px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.firstScreenSlider_carusel.owl-carousel .owl-nav button.owl-next {
    display: none;
    right: 5px;
    color: #fff;
    opacity: 1;

    font-size: 50px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.firstScreenSlider_carusel:hover .owl-next {
    display: inline-block!important;
}

.firstScreenSlider_carusel:hover .owl-prev {
    display: inline-block!important;
}


.firstScreenSlider_carusel .owl-dots {
    text-align: center;
}

.firstScreenSlider_carusel .owl-dot {
    width: 50px !important;
    height: 3px !important;
    background: #f3f3f4 !important;
    margin: 15px 5px 5px;
    outline: none;
}

.firstScreenSlider_carusel .owl-dot.active {
    background: #2e4c70 !important;
}

@media only screen and (max-width: 1200px) {
    .firstScreenSlider__item{
        height: auto;
        padding-top: 46%;
    }
}

@media only screen and (max-width: 1000px) {
    .hero-slider__description, .hero-slider__description p{
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .s_firstScreenSlider{
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
    }

    .firstScreenSlider{
        margin: 0 0 1%;
        width: 100%;
    }
}