.curved-container {
  width: 800px;     
  height: 500px;
  overflow: hidden;
  background-color: blue;
  clip-path: polygon(41% 0, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 100% 100%, 87% 100%);
} 

.curved-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.section-landing {
  display: block;
}

.section-title{

}

.section-values {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value-content {
  position: relative;
}


.value-text-container1 {
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 160px;
}

.value-text-container2 {
  position: absolute;
  right: 0px;
  top: 120px;
  width: 160px;
}

.value-text {
  display: inline-flex;
}

.section-services {
  display: block;
}

.service-all-elements {
  position: relative;
  display: flex;
  flex-direction: column;
}

.service-element {
  display: flex;
  position: relative;
  align-items: flex-end;
}

.service-element:not(:first-child) {
  margin-top: -8%; /* 30% of 100px height = 30px overlap */
}

.service-image {

  z-index: 1;
}

.service-line-text {

}

.service-line {
  padding-bottom: 2%;
}

.service-text {
  padding: 0px 30px 0px 60px;
  font-size: 30px;
  line-height: 1.2;
}

