@media screen and (max-width: 1260px) and (min-width: 768px) {
  .flex_div_sections_with_title {
    margin-bottom: 100px;
  }
  .flex_div_sections_with_title .orange-button-div {
    margin-top: 10px;
  }
  .flex_div_sections_with_title .flex_div_sections_with_title-container {
    justify-content: space-between;
    width: 720px;
  }
  .flex_div_sections_with_title .flex_div_sections_with_title-container h2.full-width-flex {
    font-size: 44px;
    line-height: 64px;
    letter-spacing: 0.36px;
    margin-bottom: 50px;
  }
  .flex_div_sections_with_title .flex_div_sections_with_title-container .features_section-each {
    width: 290px;
    padding: 25px;
    margin: 0 0 40px 0;
  }
  .flex_div_sections_with_title .flex_div_sections_with_title-container .features_section-each .icon-img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .flex_div_sections_with_title .flex_div_sections_with_title-container .features_section-each .features_section-each-title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.13px;
    margin: 0 10px;
  }
  .flex_div_sections_with_title .flex_div_sections_with_title-container .features_section-each .features_section-each-desc {
    margin: 10px 10px 0 10px;
  }
}
