.upcomming-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .upcomming-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.upcomming-block__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.upcomming-block__title-h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
.upcomming-block__chunk {
  background: #2caa4d;
}
.upcomming-block__chunk span {
  font-weight: 600;
  font-size: 15px;
  line-height: 80%;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.upcomming-block__wrapper {
  height: 387px;
  width: 100%;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 105px;
  padding-left: 6%;
  gap: 32px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .upcomming-block__wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: unset;
    justify-content: center;
    align-items: center;
  }
}
.upcomming-block__banner-text {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  color: #ffffff;
  text-shadow: 2px 2px 2px #051320;
}
@media screen and (max-width: 768px) {
  .upcomming-block__banner-text {
    text-align: center;
  }
}
.upcomming-block__button {
  padding: 12px 32px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  transition: all 300ms;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #25bb4d;
  color: #fff;
}
.upcomming-block__button:hover {
  background-color: #30d05a;
  color: #fff;
}
.upcomming-block__button:active {
  opacity: 1;
  background-color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .upcomming-block__button {
    width: 100%;
    text-align: center;
  }
}
.upcomming-block__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .upcomming-block__bg-image {
    right: -192px;
  }
}/*# sourceMappingURL=style.min.css.map */