.auth-modal__card {
  display: grid;
  grid-auto-flow: row;
  gap: 16px;
  grid-gap: 16px;
  justify-items: center;
  width: 328px;
  padding: 24px;
  border-radius: 12px;
  background-color: #fff
}
@media (min-width:767px) {
  .auth-modal__card {
    width: 400px
  }
}
.auth-modal__icon {
  width: 48px;
  height: 48px;
  color: #0450f2
}
.auth-modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 28px
}
.auth-modal__sub-title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #4c535f
}
.src-modal__wrapper {
  width: auto
}
.src-modal__close-button {
  top: 12px;
  right: 12px;
  width: 16px;
  height: 16px
}
.src-modal__close-button:hover {
  border-color: #4c535f
}
.src-modal__close-button:hover svg {
  color: #4c535f
}