.imagetext {
  background: #6da4a0;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .imagetext {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.imagetext .inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .imagetext .inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .imagetext .inner.flex-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .imagetext .inner.flex-reverse .imageside {
    margin-right: 0;
    margin-left: 40px;
  }
}
.imagetext .inner .imageside {
  max-width: 680px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .imagetext .inner .imageside {
    padding-bottom: 0;
    min-width: 310px;
    margin-right: 40px;
    margin-left: 0;
  }
}
.imagetext .inner .imageside img {
  border-radius: 10px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
}
.imagetext .inner .textside {
  max-width: 605px;
}
.imagetext .inner .textside .title {
  font-size: 50px;
  line-height: 60px;
  text-align: left;
  color: #fff;
  margin-bottom: 26px;
}
@media only screen and (min-width: 1441px) {
  .imagetext .inner .textside .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.imagetext .inner .textside .buttons-wrapper {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 36px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .imagetext .inner .textside .buttons-wrapper {
    gap: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .imagetext .inner .textside .buttons-wrapper .big-button {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1441px) {
  .imagetext .inner .textside .buttons-wrapper .big-button {
    padding: 27px 59px;
  }
}
.imagetext .inner .textside .desc {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .imagetext .inner .textside .desc {
    font-size: 20px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
