@media  (max-width: 992px){
    .slider-object1{
        position: absolute;
        top: 3%;
        right: -8%;
        animation: none;
    }
    .slider-object2{
        position: absolute;
        bottom: 3%;
        right: -8%;
        animation: none;
    }
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object1 img,.slider-object2 img{
        width: 55%;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 10px;
    }
}

@media (min-width:992px) and (max-width: 1070px) {
}

@media (min-width:768px) and (max-width:991px){
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 3px;
    }
}

@media (max-width:768px){
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 10px;
    }
}


.main-title ul {
  list-style: none;
}

.main-title li::before {
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  font-weight: 700;
  content: '\f061';
  color: #004051;
}

.ui-block-13.stats .main-title.style-two p, .ui-block-13.stats .main-title p {
    max-width: 100% !important;
}