body {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 56px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-shadow: 0 1px 3px rgba(95, 95, 95, 0.25);
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 42px;
  text-align: center;
  text-shadow: none;
}

.button {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #39a6de;
  font-size: 20px;
  line-height: 24px;
}

.button:hover {
  background-color: #298dc0;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 53px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 41px;
    line-height: 107%;
  }

  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .heading-2 {
    font-size: 32px;
  }

  .paragraph {
    text-align: center;
  }
}

