.coverPage {
  background-color: #cdcdcd;
  overflow: hidden;
  /* padding-left: 150px;
  padding-right: 150px;
  max-width: 1920px; */
  width: 100%;
  margin: 0 auto;

  /* position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%); */
}

.coverPage__content {
  min-height: 100vh;
  overflow: hidden;
  padding-left: 150px;
  padding-right: 150px;
  max-width: 1920px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  /* display: fixed; */
  /* max-width: 1920px;
  margin: 0 auto;
  left: 150px;
  right: 150px;
  width: 100%; */
}

.coverPage__header {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.coverPage__hieroglyph {
  color: #212223;
  font-family: Arial;
  font-size: 27.56px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.758px;
}

.coverPage__btn {
  font-family: "TT Interfaces";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 113.1%;
  color: #cdcdcd;
  text-decoration: none;
  align-self: center;
  background: #2b2b2b;
  border-radius: 65.1653px;
  padding: 18px 39px;
  transition: ease-in-out 0.2s;
}

.coverPage__btn:hover {
  background: #fa4515;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.coverPage__btnMobile {
  display: none;
  color: #cdcdcd;
  font-family: "TT Interfaces";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 113.1%;
  text-decoration: none;
  align-self: center;
  background: #2b2b2b;
  border-radius: 36.567px;
  padding: 11px 25px;
  transition: ease-in-out 0.2s;
}

.coverPage__btnMobile:hover {
  background: #fa4515;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.coverPage__boxLogo {
  position: relative;
  padding-top: 47.38%;
  margin: 0 0 178px 0;
  max-width: 1620px;
}

.coverPage__logoTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  display: block;
  display: flex;
  align-items: flex-start;
}

.coverPage__logoImg {
  position: absolute;
  top: 0;
}

.coverPage__p {
  font-family: "TT Interfaces";
  font-style: normal;
  font-weight: 500;
  font-size: 103.965px;
  line-height: 113.1%;
  color: #212223;
  padding-bottom: 178px;

  /* padding: 0 0 0 140px; */
  /* margin: 0 0 220px 0; */
}

.heart {
  max-width: 53px;
  width: 100%;
  vertical-align: middle;
  margin-top: -10px;
}

@media screen and (max-width: 1920px) {
  .coverPage__boxLogo {
    padding-top: 48.38%;
  }
}

@media screen and (max-width: 1550px) {
  .coverPage__content {
    padding-left: 60px;
    padding-right: 60px;
  }
  .coverPage__p {
    font-size: 70.965px;
  }
}

@media screen and (max-width: 1170px) {
  .coverPage__header {
    margin-bottom: 70px;
  }
  .coverPage__content {
    padding-left: 40px;
    padding-right: 40px;
    min-height: auto;
  }

  .coverPage__btn {
    font-size: 25px;
    padding: 18px 27px;
  }
  .coverPage__p {
    font-size: 39px;
  }
  .heart {
    max-width: 27px;
    width: 100%;
    vertical-align: middle;
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .coverPage__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .coverPage__header {
    padding-top: 20px;
    justify-content: flex-end;

}
  .coverPage__hieroglyph {
    font-size: 20px;
  }
  .coverPage__btn {
    display: none;
  }

  .coverPage__btnMobile {
    display: inherit;
    width: max-content;
    margin-bottom: 72px;
  }

  .coverPage__boxLogo{
    margin-bottom: 100px;
  }
  .coverPage__p{
    padding-bottom: 80px;
    font-size: 27px;
  }
}
