* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Outfit", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;

}

body {
   font-family: "Poppins", sans-serif;
   font-weight: normal;
   font-style: normal;
}

.reference-img {
   filter: grayscale();
}

.reference-img:hover {
   filter: none;
   transition: 0.5s;
}

#stick-img {
   image-rendering: auto;
   position: relative;
   width: 100%;
   height: auto;
   background-image: url("/assets/image/slider/stick-img.png");
   background-repeat: no-repeat;
   min-height: 50vh;
   background-size: cover;
   background-position: center;
}

.explanation {
   background-image: url("/assets/image/service-bg.jpg");
}

.services-img {
   transition: 0.5s;
   min-width: 300px;
   max-width: 100%;
   height: 200px !important;
}