.ev_ctr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 100px 87px 40px 87px;
}
.ev_ctr img {
  width: 400px;
}
.ev_ctr h1 {
  margin-top: 40px;
  font-size: 36px;
  color: #252a31;
  text-align: center;
}
.ev_ctr .ev_text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.ev_ctr .ev_link {
  color: #448dc9;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ev_ctr {
    padding: 20px;
    padding-top: 100px;
  }
}
@media (max-width: 430px) {
  .ev_ctr img {
    width: 300px;
  }
  .ev_ctr h1 {
    font-size: 24px;
  }
  .ev_ctr .ev_text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
}/*# sourceMappingURL=email_verification.css.map */