.servises{
  background-image: url( assets/right2bg.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 91vh;
  width: 100%;
}
.servises h1{
  font-weight: bolder;
  color: white;
}
.servises ul li{
  font-size:1.5em;
  color: white;

}