.primary-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px 10px;
  text-transform: uppercase;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #0D5B76;
  border-radius: 5px;
}

.primary-btn.normal-btn {
  background: #0D5B76;
  color: #ffffff;
  font-weight: 600;
}

.section-title h2 {
  color: #111111;
  font-weight: 700;
  margin-top: 8px;
}


.about__text .section-title {
  margin-bottom: 25px;
}

.spad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-wrapper {
  margin-top: 32px;
}

@media(max-width:767.98px) {
  .section-title {
    text-align: center;
  }

  .btn-wrapper {
    text-align: center;
  }
}