* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Epilogue", sans-serif;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  padding: 20px 30px;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.logo a {
  font-size: 23px;
  font-weight: 800;
  text-align: left;
  color: #000000;
  text-decoration: none;
  font-family: "Inter";
}

.logo img {
  height: 45px;
}

.button {
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

header .button {
  font-size: 13px;
  padding: 13px 38px;
  background-color: #f02691;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}

.title-logo {
  height: 70px;
}

.title {
  font-family: Inter;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  margin: 21px 0 47px 0;
}

section {
  font-family: Inter;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #161616;
  width: 890px;
  padding: 33px 40px;
  border-radius: 28px;
  margin-bottom: 25px;
}

section h2 {
  font-size: 47px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
  width: 720px;
  margin: 16px 0;
}

section p {
  font-size: 23.5px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

section .button {
  font-family: "Epilogue", "Inter";
  font-size: 31.8px;
  font-weight: 800;
  line-height: 24.8px;
  padding: 41px 79px;
  background: linear-gradient(89.76deg, #1b91b8 0.14%, #07a8de 99.8%);
  margin-top: 16px;
  border-radius: 30.21px;
}

footer {
  font-family: Inter;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  margin-bottom: 100px;
}

footer h3 {
  background-color: #161616;
  padding: 43px 57px;
  border-radius: 20px;
  margin-bottom: 35px;
}

footer .button {
  background-color: #f88608;
  padding: 21px 61px;
  font-size: 21px;
}

@media (max-width: 1200px) {
  header .logo img {
    height: 18.5px;
  }
  header .logo a {
    font-size: 10px;
  }

  header .button {
    font-size: 8px;
    padding: 7px 22px;
  }

  .title-logo {
    height: 41px;
  }

  .title {
    font-size: 33px;
    margin: 12px 0 28px 0;
  }

  section {
    width: 520px;
    padding: 20px 23px;
  }

  section h2 {
    width: 400px;
    font-size: 27px;
    line-height: 25.76px;
  }

  section p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }

  section .button {
    padding: 24px 45px;
    font-size: 18.5px;
    line-height: 14.5px;
  }

  footer {
    margin-bottom: 75px;
  }

  footer h3 {
    font-size: 18.73px;
    font-weight: 700;
    line-height: 11.12px;
    text-align: center;
    padding: 24px 32px;
    margin-bottom: 22px;
  }

  footer .button {
    padding: 12px 36px;
    font-size: 12px;
    line-height: 14.5px;
  }
}

@media (max-width: 650px) {
  .title-logo {
    height: 34px;
  }

  .title {
    font-size: 31.5px;
    line-height: 31.39px;
  }

  section {
    width: 98%;
    padding: 20px 23px;
  }

  section h2 {
    width: 90%;
    font-size: 22px;
    line-height: 21px;
  }

  section p {
    font-size: 14px;
    line-height: 17px;
  }

  section .button {
    padding: 16px 30px;
    font-size: 12.83px;
    line-height: 14.5px;
  }

  footer {
    margin-bottom: 50px;
  }

  footer h3 {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 66px;
  }

  footer .button {
    padding: 12px 36px;
    font-size: 12px;
    line-height: 14.5px;
  }
}
