.infoSection {
  position: relative;
  padding: 80px 0 44px;
}
@media screen and (max-width: 767px) {
  .infoSection {
    padding: 40px 0;
  }
  .infoSection .buttonGroup {
    flex-direction: column-reverse;
  }
}

.infoSectionDecore {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 190px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .infoSectionDecore {
    display: none;
  }
}
.infoSectionDecore.center {
  bottom: 104px;
}
.infoSectionDecore.top {
  bottom: 208px;
}

.infoSectionText {
  max-width: 864px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .infoSectionText {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}