.background-full {
  background-color: #fafafa;
}

.bg-bl {
  background: #e0edff;
}

.span-all {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #0092bb;
}

.h2-all {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: black;
}

.p-all {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.a-all {
  color: #0092b8;
  text-decoration: none;
}

.text-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #00d3f3 37.31%, #007a8d 63.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.centerdiv {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
}

.text-display {
  display: none;
}

.background-full {
  background-color: #fafafa;
}
.bg-bl {
  background: #e0edff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .span-all {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #0092bb;
  }

  .h2-all {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    color: black;
  }

  .p-all {
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .centerdiv {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .span-all {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #0092bb;
  }

  .h2-all {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: black;
  }

  .p-all {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .a-all {
    text-decoration: none;
    font-size: 13px;
  }

  .text-display {
    display: block;
  }

  .centerdiv {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
