.heading__dark-2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 48px;
  margin: 0;
  color: #20252c;
  max-width: 100%;
  padding: 30px 0 20px 40px;
}
.subtext__dark-small {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #3a3f45;
  margin: 19px 0 0;
  padding: 0 30px 30px 40px;
}
.secblock {
  padding: 16px 0;
}
.flex__info {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  flex: 1 1 50%;
  background-color: #f4f5f5;
}
.flex__info.pl-50 {
  padding: 0 0 0 50px;
}
.flex__row-forward {
  display: flex;
  flex-direction: row;
}
.flex__row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.flex__img {
  max-width: 100%;
}
.flex__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 0 1 50%;
  max-height: 400px;
}
@media (max-width: 1100px) {
  .flex__info.pl-50 {
    padding: 0 0 0 30px;
  }
  .flex__img-wrap {
    max-height: 330px;
  }
  .heading__dark-2 {
    font-size: 26px;
    line-height: 34px;
  }
  .subtext__dark-small {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
  }
}

@media (max-width: 767px) {
  a.callback.mainbut.btnmob {
    display: inline-flex;
  }
}
@media (max-width: 700px) {
  .flex__row-forward {
    flex-direction: column;
  }
  .flex__row-reverse {
    flex-direction: column;
  }
  .flex__info.pl-50 {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 600px) {
  .heading__dark-2 {
    font-size: 22px;
    line-height: 26px;
  }
  .subtext__dark-small {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 400px) {
  .heading__dark-2 {
    font-size: 18px;
    line-height: 22px;
  }
}
