.intro-section-2 {
  margin: 30px 0;
}
.intro-section-2 h2 {
  color: #000000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  line-height: 46px;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.intro-section-2 p {
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media (min-width: 1200px) {
  .intro-section-2 p {
    max-width: 75%;
    margin: auto;
  }
}

.info-tile {
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 20px;
  margin: 0 0 50px 0;
  height: 350px;
}
@media (max-width: 991px) {
  .info-tile {
    height: auto;
  }
}
.info-tile img {
  height: 90px;
  width: auto;
  margin-bottom: 15px;
}
.info-tile h3 {
  font-weight: 1000;
  letter-spacing: -3px;
  color: #000000;
}
@media (max-width: 1200px) {
  .info-tile h3 {
    font-size: 68px;
    line-height: 74px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .info-tile h3 {
    font-size: 96px;
    line-height: 79px;
    margin-bottom: 20px;
  }
}
.info-tile p {
  font-size: 24px;
  font-weight: 700;
  line-height: 27.6px;
}
.info-tile .info-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.info-tile .info-inline h3, .info-tile .info-inline p {
  margin: 0;
}

.border-top-left-ve,
.border-top-right-ve {
  margin-top: -100px;
  z-index: 1;
  position: relative;
  background-color: #ffffff;
}

.border-top-left-ve {
  border-top-left-radius: 100px;
}

.border-top-right-ve {
  border-top-right-radius: 100px;
}