.coming__soon {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.coming__soon > h1 {
  color: #003569;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.coming__soon > p {
  color: rgba(0, 0, 0, 0.51);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.coming__soon-cta {
  display: flex;
  border-radius: 10px;
  background: #01934a;
  padding: 17px 23px;
  align-items: center;
  color: #fff;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 58px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .coming__soon {
    padding: 0 1.4rem;
  }
  .coming__soon > h1 {
    color: #003569;
    font-size: 20px;
  }
  .coming__soon-cta {
    display: flex;
    border-radius: 10px;
    background: #01934a;
    padding: 14px 17px;
    gap: 2rem;
  }
  .socials img {
    height: 40px;
    width: 40px;
  }
}
