* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.contentur_index {
  width: 100%;
  margin: 0 auto;
  background: red;
}

.contentur_index ul {
  width: 100%;
  height: 500px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/img/backend.jpg");
}

.contentur_index li {
  font-size: 30px;
  padding: 150px 0 0 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.contentur_index p {
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
