.info-box-wrapper {
  width: 100%;
  max-width: 471px;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 20px 112px;
  background-color: var(--union-white);
  padding: 25px;
  box-shadow: 0px 0px 20px var(--union-grey-light);
  border-radius: 5px;
  text-align: center;
}

.info-box__tick {
  width: 95px;
  margin-bottom: 25px;
}

.info-box__email {
  margin-bottom: 20px;
}

.info-box__cross {
  width: 75px;
  margin-bottom: 25px;
}

.info-box__union-logo {
  display: flex;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 30px;
}

.info-box__title {
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  font-weight: 200;
  font-family: KhandBold, Roboto;
}

.info-box__subtitle {
  font-size: 16px;
  margin: 18px auto;
  font-family: Roboto;
}

.info-box__btn {
  margin-bottom: 10px;
}

.info-box__btn:hover {
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .info-box__title {
    font-size: 24px;
  }
  .info-box__subtitle {
    font-size: 16px;
  }
}

@media only screen and (min-width: 720px) {
  .info-box {
    margin: 0;
    padding: 25px 47px;
  }
  .info-box__title {
    font-size: 26px;
  }
  .info-box__subtitle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  .info-box__title {
    font-size: 30px;
    line-height: 38px;
  }
  .info-box__subtitle {
    font-size: 18px;
    margin-top: 22px;
    font-size: 20px;
  }
}
