.module_key_features {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 115px 0;
}

.module_key_features .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    z-index: 0;
    margin-top: -115px;
}

.module_key_features .outer {
    text-align: center;
    z-index: 1;
    position: relative;
}

.module_key_features .outer .topline {
    font-size: 25px;
    color: #ff7529;
    font-family: 'Open-Sans Semi';
}

.module_key_features .headline {
    color: #fff;
    font-family: 'Open-Sans Bold';
    font-weight: 700;
    padding: 0;
    border: none;
    margin-bottom: 35px;
    margin-top: 0;
}


.module_key_features .box_wrapper {
    position: relative;
    border: 5px solid #fff;
    min-height: 466px;
    padding: 50px 25px 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.module_key_features .box_wrapper .image, .module_key_features .box_wrapper .image_hover  {
    width: auto;
    height: 50px;
    margin: 0 auto 45px auto;
}

.module_key_features .box_wrapper .image img, .module_key_features .box_wrapper .image_hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module_key_features .box_wrapper .image_hover {
    display: none;
}


.module_key_features .box_wrapper .topline {
    color: #ff7529;
    font-size: 19px;
    font-family: 'Open-Sans Semi';
}

.module_key_features .box_wrapper .header .headline {
    border: none;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin-bottom: 35px;
    line-height: normal;
    font-family: 'Open-Sans Bold';
}

.module_key_features .box_wrapper .left_button {
    border: 3px solid #fff;
    border-radius: 10px;
    height: 55px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 260px;
}

.module_key_features .box_wrapper .left_button a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Open-Sans';
}

.module_key_features .box_wrapper .left_button a:hover {
    text-decoration: none;
}

.module_key_features .box_wrapper:hover {
    border: 10px solid #fff;
    background-color: #fff;
}

.module_key_features .box_wrapper:hover .image {
    display: none;
}

.module_key_features .box_wrapper:hover .image_hover {
    display: block;
}

.module_key_features .box_wrapper:hover .topline {
    color: #716967;
}

.module_key_features .box_wrapper:hover .header .headline {
    color: #ff7529;
}

.module_key_features .box_wrapper:hover .left_button {
    background: #ff7529;
    border: 3px solid #ff7529;
  bottom: 15px;
}

.module_key_features .slider_container {
    position: relative;
}

.module_key_features .slider_container_inner {
    overflow: hidden;
    min-height: 470px;
    position: relative;
}

.module_key_features .slides {
    position: absolute;
    transition: left 1s;
}

.module_key_features .button_prev::before, .module_key_features .button_next::before {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 25px;
    font-size: 80px;
    color: #fff;
    background-image: url("../../Images/slider_left_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    z-index: 9999;
}

.module_key_features .button_prev::before {
    left: 0;
    right: auto;
}

.module_key_features .button_next::before {
    transform: translate(0, 0) rotate(180deg);
}

.module_key_features .image_slider_icon {
    width: 60px;
    height: 60px;
    display: block;
}

.module_key_features .box_outer {
    transition: 1s;
    left: 0;
    display: flex;
}

.module_key_features .carousel_button {
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 30px;
}

.module_key_features .swiper-pagination {
    z-index: 9999;
    bottom: -41px;
    position: absolute;
    height: 20px;
    display: block;
    width: 100%;
}

.module_key_features .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    display: block;
    border-radius: 0;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    margin: 5px;
    cursor: pointer;
}

@media (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
    .module_key_features {
        padding: 50px 0;
    }

    .module_key_features .overlay {
        margin-top: -50px;
    }

    .module_key_features .slider_container_inner {
        min-height: 300px;
    }

    .module_key_features .box_wrapper {
        min-height: 270px;
    }

    .module_key_features .carousel_button {
        bottom: -30px;
    }
}

@media screen and (min-width: 768px) {
    .module_key_features {
        min-height: 780px;
    }
    .module_key_features .outer .header {
        font-size: 55px;
    }

    .module_key_features .box_outer {
        padding-left: 0;
    }

    .module_key_features .box_wrapper {
        margin-left: 0;
        border: 10px solid #fff;
    }

    .module_key_features .box_outer {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: grab;
    }

    .module_key_features .slider_container {
        position: relative;
    }

    .module_key_features .carousel_button {
        position: absolute;
        transform: translateY(-50%);
        bottom: -60px;
    }
}

@media only screen and (min-width: 1024px) {

    .module_key_features .slider_container > .row {
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {


    .module_key_features .slider_container_inner {
        width: 95%;
    }

    .module_key_features .outer .header {
        font-size: 70px;
    }

    .module_key_features .box_wrapper .left_button {
        max-width: 180px;
    }

    .module_key_features .carousel_button {
        top: 50%;
    }

    .module_key_features .button_prev {
        left: -45px;
    }

}

@media only screen and (min-width: 1400px) {

    .module_key_features .slider_container_inner {
        width: 100%;
    }

    .module_key_features .button_prev {
        left: -45px;
    }

    .module_key_features .button_next {
        right: -65px;
    }

}

@media (min-width: 1600px) {

    .module_key_features .box_wrapper .left_button {
        max-width: 260px;
    }

    .module_key_features .button_prev {
        left: -95px;
    }

    .module_key_features .button_next {
        right: -95px;
    }
}