.single-container .content h5.h5.email-remind-sent {
  margin-bottom: 8px;
}
.body2.email-remind-text {
  text-align: center;
  color: var(--grey3);
  margin-bottom: 15px;
}
.confirm-sent-email {
  margin-top: 15px;
  display: flex;
  width: 100%;
}
.confirm-sent-email a {
  width: 100%;
  color: var(--white1) !important;
  background-color: var(--green1);
  border: none;
  border-radius: 8px;
  padding: 14.5px;
  text-align: center;
  transition: 0.3s ease;
}
.confirm-sent-email a:hover {
  background-color: var(--green2);
}

@media screen and (max-width: 769px) {
  .confirm-sent-email a {
    padding: 12.5px;
  }
}
