.rounded-info-container {
  margin-bottom: 100px;
}

.rounded-info-background {
  height: 650px;
  background-image: url(/Portals/2/OpenContent/Files/1145/Home_patroon_geelblok.svg);
  background-repeat: no-repeat;
  background-size: 650px 100%;
  background-position-x: right;
  background-position-y: 50px;
}

.rounded-background-color {
  background-color: #e7a2af;
  border-radius: 0 250px 250px 0;
  height: 500px;
  width: 90%;
}

.rounded-info-content {
  float: right;
  padding-top: 80px;
  padding-right: 100px;
  padding-left: 30px;
}

.rounded-info-content h1, .rounded-info-content h3 {
  color: #fff;
}

.rounded-info-content h3 {
  color: #fff;
  margin-top: 30px;
}

.rounded-info-content .roundend-info-broch-button {
  margin-top: 30px;
  width: unset;
}

.rounded-info-content .roundend-info-contact-buttons a {
  width: unset;
}

.rounded-info-content .contact-icons {
  margin-top: 20px;
}

.rounded-info-content .contact-icons a {
  margin-left: 10px;
}

.rounded-info-content .contact-icons i {
  font-size: 30px;
}

@media (max-width: 575px) {
  .rounded-info-content {
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .rounded-background-color {
    height: 400px;
  }
}
