.services_container{
    margin-top: 80px;
}
.services_container .active{
    display: flex;
}
.decstop_filter{
    width: 100%;
    margin: 0%;
    max-width: unset;
    padding: 0%;
    justify-content: center;
}
.decstop_filter li{
    margin: 0 10px;
}

.services{
    width: 100%;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.service{
    padding: 15px 20px;
    width: 33%;
    margin-top: 20px  !important;

}
.service_image{
    height: fit-content !important;
}
.service_image img{
    position: relative;
}

@media (max-width: 992px) {
    .service{
    width: 49%;
    }
}
@media (max-width: 768px) {
     .service{
    width: 100%;
    max-width: unset;
    }
}