h3.title {
  font-size: 28px;
  font-weight: 700;
  color: #093030;
  margin-bottom: 25px;
}

p.sub-title {
  color: #b5bab8;
  font-size: 14px;
  margin-bottom: 25px;
}

p span.phone-number {
  display: block;
  color: #093030;
  font-weight: 600;
}

.wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: space-between;
  justify-content: center;
}

.wrapper input.field {
  width: 50px;
  line-height: 50px;
  font-size: 22px;
  border: none;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #093030;
  /* margin-bottom: 15px; */
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .wrapper input.field {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border: none;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #093030;
    /* margin-bottom: 15px; */
  }
}

.wrapper input.field:focus {
  outline: none;
}

button.resend {
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: #3dafe1;
  cursor: pointer;
}

button.resend i {
  margin-left: 5px;
}
