@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@400;600;700&display=swap");
#block-imagewithtext .block__title {
  font-size: 40px;
  line-height: 47px;
}

.image-text-number {
  display: inline-block;
  margin-top: 25px;
  color: #f9a978;
  font-size: 48px;
  line-height: 56px;
  position: absolute;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.text-number {
  padding-left: 90px;
  padding-right: 40px;
}

.block--image-text {
  margin-top: 100px;
}
.block--image-text .block__title {
  font-size: 24px;
}
.block--image-text .block-text {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 40px;
}
.block--image-text .block-text p {
  font-size: 20px;
  line-height: 32px;
}
.block--image-text .image-text-button-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .block--image-text .image-text-button-mobile {
    display: inline-block !important;
  }
}
.block--image-text .image-text-button-mobile a {
  margin-top: 40px;
}
.block--image-text .image-text-button-mobile a span {
  display: inline-block;
  align-items: center;
  height: 12px;
  width: 20px;
  margin-top: 5px;
  background-image: url("../../img/icons/arrows/right-white.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.block--image-text .image-text-button a {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .block--image-text .image-text-button a {
    width: 100%;
  }
}
.block--image-text .image-text-button a span {
  display: inline-block;
  align-items: center;
  height: 12px;
  width: 20px;
  margin-top: 5px;
  background-image: url("../../img/icons/arrows/right-white.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 991px) {
  .block--image-text {
    margin-top: 0;
  }
  .block--image-text .mobile-switch {
    display: flex;
    flex-direction: column-reverse;
  }
  .block--image-text .image-text-number {
    position: relative;
  }
  .block--image-text .text-number {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .block--image-text .image-text-button .button {
    width: 100%;
  }
}/*# sourceMappingURL=block--image-text.css.map */