
body .section-5 {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 80px 0;
}
body .section-5 .container h2 {
    text-align: center;
    font-size: 57px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #EF7841;
    position: relative;
    z-index: 1;
}
body .section-5 .container h2:after {
    content: "";
    background: url("../../assets/images/testimoniale.svg") no-repeat;
    width: 470px;
    height: 33px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 2px;
    z-index: -1;
    z-index: -1;
    background-size: 100%;
}
body .section-5 .container .slider-testimoniale {
    margin-top: 30px;
    position: relative;
}
body .section-5 .container .slider-testimoniale .control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px 1px #cecece;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-5 .container .slider-testimoniale .control-next i {
    color: #D9D9D9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-5 .container .slider-testimoniale .control-next:hover {
    background: #EF7841;
}
body .section-5 .container .slider-testimoniale .control-next:hover i {
    color: #ffffff;
}
body .section-5 .container .slider-testimoniale .control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px 1px #cecece;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-5 .container .slider-testimoniale .control-prev i {
    color: #D9D9D9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body .section-5 .container .slider-testimoniale .control-prev:hover {
    background: #EF7841;
}
body .section-5 .container .slider-testimoniale .control-prev:hover i {
    color: #ffffff;
}
body .section-5 .container .slider-testimoniale .slick-track {
    display: flex;
}
body .section-5 .container .slider-testimoniale .slick-track .slick-slide {
    margin: 0 20px;
    background: #D9D9D9;
    height: inherit;
    width: 443px;
    padding: 50px 20px 20px;
}
body .section-5 .container .slider-testimoniale .slick-track .slick-slide h5 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: #EF7841;
    text-align: center;
}
body .section-5 .container .slider-testimoniale .slick-track .slick-slide p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    color: black;
}
body .section-5 .container .slider-testimoniale .slick-dots button:before {
    color: #EF7841;
    font-size: 15px;
}
.slider-testimoniale .slick-dots {
    position: relative;
    display: block;
    /* width: 100%; */
    padding: 0;
    margin: 50px;
    list-style: none;
    text-align: center;
}
.slider-testimoniale .slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider-testimoniale .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #EF7841;
    opacity: 0.3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.slider-testimoniale .slick-dots li.slick-active button,
.slider-testimoniale .slick-dots li button:hover{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
@media screen and (max-width: 1600px) {
    body .section-5 .container h2{
        font-size: 48px;
    }
    body .section-5 .container .slider-testimoniale .slick-track .slick-slide h5{
        font-size: 26px;
    }
    body .section-5 .container .slider-testimoniale .slick-track .slick-slide p{
        font-size: 16px;
    }
}
@media screen and (max-width: 1280px) {

    body .section-5 .container .slider-testimoniale .control-prev {
        left: -30px;
    }
    body .section-5 .container .slider-testimoniale .control-next {
        right: -30px;
    }
}
@media screen and (max-width: 1200px) {

    body .section-5 .container h2 {
        font-size: 50px;
    }
    body .section-5 .container h2:after {
        content: "";
        width: 430px;
        height: 33px;
        background-size: contain;
        bottom: -3px;
    }
    body .section-5 .container .slider-testimoniale {
        padding: 0 30px;
    }
    body .section-5 .container .slider-testimoniale .control-next {
        right: 0px;
    }
    body .section-5 .container .slider-testimoniale .control-prev {
        left: 0px;
    }
    body .section-5 .container .slider-testimoniale .slick-dots {
        left: 0;
    }
   
}
@media screen and (max-width: 600px) {
    body .section-5 .container h2 {
        font-size: 40px;
    }
    body .section-5 .container h2:after {
        width: 340px;
        height: 33px;
        bottom: -9px;
    }
    body .section-5 .container .slider-testimoniale {
        padding: 0;
    }
    body .section-5 .container .slider-testimoniale .control-next {
        display: none !important;
    }
    body .section-5 .container .slider-testimoniale .control-prev {
        display: none !important;
    }
    .slider-testimoniale .slick-dots{
        margin: 20px 0;
    }
}

@media screen and (max-width: 480px) {
    body .section-5 .container {
        padding: 0;
    }
    body .section-5 .container h2 {
        font-size: 44px;
    }
    body .section-5 .container h2:after {
        content: "";
        width: 340px;
        height: 25px;
        background-size: contain;
        bottom: -3px;
    }
    body .section-5 .container .slider-testimoniale {
        margin-top: 30px;
        padding: 0;
    }
    body .section-5 .container .slider-testimoniale .control-next {
        display: none !important;
    }
    body .section-5 .container .slider-testimoniale .control-prev {
        display: none !important;
    }
    body .section-5 .container .slider-testimoniale .slick-track {
        margin: 10px;
    }
    body .section-5 .container .slider-testimoniale .slick-track .slick-slide {
        margin-left: -10px;
    }

}

@media screen and (max-width: 420px) {
    body .section-5 .container {
        padding: 0;
    }
    body .section-5 .container h2 {
        font-size: 36px;
    }
    body .section-5 .container h2:after {
        content: "";
        width: 100%;
        background-size: contain;
        background-position: center;
    }
}