.leadTxt {
  margin: 20px 0 40px 0;
}

.leadTxt p {
  text-align: center;
  font-size: 20px !important;
  color: #1d5db7;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .leadTxt p {
    font-size: 18px !important;
  }

}
