.wibe-main-title {
  margin: 28px 0 10px;
  padding-top: 14px;
  border-top: 6px solid #d8dee6;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.wibe-sub-title {
  margin: 0 0 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #555;
}

.wibe-text {
  margin: 0 0 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}

@media (max-width: 760px) {
  .wibe-main-title {
    font-size: 20px;
  }

  .wibe-sub-title {
    font-size: 16px;
  }

  .wibe-text {
    font-size: 14px;
  }
}

.wibe-section-divider {
    margin: 40px 0 30px;
    padding: 14px 0;
    border-top: 3px solid #cfd8dc;
    border-bottom: 3px solid #cfd8dc;
    text-align: center;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #006b80;
}

