.page-service-single p, .page-service-single ul li{
    color: var(--black);
}

.details-item .service-feature-image .reeval{
width: 100%;
height: 600px;
} 

.details-item .service-feature-image .reeval img{
width: 100%;
height: 100%;
object-fit: cover;
} 

.image-anime{
  width: 100%;
  height: 450px;
}

.image-anime img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@Media(max-width:991px){
.details-item .service-feature-image .reeval{
  height: 100%;
}
}

.widget-item .reeval img {
    width: 100%;
    border-radius: 20px;
}

@media(max-width:767.5px){
  .image-anime{
  width: 100%;
  height: 380px;
}

.image-anime img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}