.two-section-callout {
    position: relative;
    padding: 60px 0;
    overflow-x: hidden;
    background: transparent url("/assets/duda-large-icon-bg.svg") no-repeat -171px -20px;
    background-size: 75%;
  }

  .two-section-callout-inner {
    padding: 0;
  }

  .two-section-callout-inner h2 {
    font-family: "Poppins", sans-serif;
    color: #688564;
    font-weight: 200;
    font-size: clamp(2rem, 3vw, 3.125rem);
    max-width: 432px;
  }

  .two-section-two-inner h2 {
    font-family: "Poppins", sans-serif;
    color: var(--duda-green-dark);
    font-weight: 200;
    font-size: clamp(2rem, 3vw, 3.125rem);
  }

  .two-section-left p.subhead, 
  .two-section-two-inner p.subhead {
    color:#7A7D81;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 200;
  }

  .two-section-right-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 20;
    background-color: var(--duda-green-dark);
  }

  .two-section-images-wrap {
    width: 100%;
  }

  .two-section-images {
    display: none;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    z-index: 20;
    position: relative;
    padding: 0;
  }

  .two-section-images img {
    padding-right: 0px;
    width: 33.33%;
    height: auto;
  }

  .two-section-callout-one {
    position: relative;
    padding-bottom: 30px;
  }

  .two-section-callout-two {
    padding: 0 0;
    background-color: transparent;
  }

  .two-section-right p {
    color: #EEF2F4;
    border-top: 3px solid #E6B10E;
    padding-top: 30px;
  }

  .two-section-two-outer {
    padding: 24px 0 0 0;
  }

  .two-section-two-inner {
    padding: 0 12px;
  }

  .two-callout-row {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .two-section-two-image {
    position: relative;
  }

  .two-section-two-image svg {
    position: absolute;
    top: 0;
    right: -1px;
    height: 101%;
  }


  @media screen and (min-width: 768px) {

    .two-section-left {
      padding: 40px 0 0 0;
    }

    .two-section-right {
      padding: 40px 20% 60px 60px;
    }

    .two-section-right-wrap {
      background-color: transparent;
    }

    .two-section-callout-one {
      padding-bottom: 0;
    }

    .two-section-callout-one::before {
      background-color: var(--duda-green-dark);
      content: "";
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: calc(100% - 120px);
      z-index: 1;
    }

    .two-section-images-wrap {
      padding: 0 13%;
    }

    .two-section-images {
      width: 150% !important;
      max-width: none !important;
      margin: 0 0 60px;
      padding: 24px 0 0 0;
      display: flex;
    }

    .two-section-images img {
      padding-right: 2em;
      width: 33.33%;
      height: auto;
    }

    .two-section-two-outer {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
    }

    .two-section-two-inner {
      max-width: 550px;
      padding: 0 0 0 40px;
    }
    
  }