.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-align: center;
}

.text-block {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: block;
  width: 400px;
  margin-top: 67px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-bottom: 28px;
  border-radius: 20px;
  background-color: #4a6ddd;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.image {
  display: block;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  display: inline-block;
  margin-bottom: 11px;
  margin-left: 18px;
  font-weight: 800;
}

.text-span-2 {
  font-weight: 300;
}

.text-block-3 {
  margin-top: 27px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #4a6ddd;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.dodatek {
  margin-top: 7px;
  text-align: center;
}

@media (max-width: 479px) {
  .button {
    margin-top: 33px;
    padding-top: 19px;
    padding-bottom: 14px;
    font-size: 24px;
  }
  .image {
    width: 70%;
  }
  .text-block-2 {
    margin-left: 8px;
  }
  .text-block-3 {
    margin-top: 8px;
    font-size: 21px;
    line-height: 24px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dodatek {
    font-size: 10px;
  }
}