.cm-cntnt-with-img-rptr-section .cm-top-title h2 {
  color: #392918;
  text-transform: none;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}

.cm-cntnt-with-img-rptr-section .cm-top-title h3 {
  color: #000;
  line-height: 1;
  margin: 0;
}

.cm-cntnt-with-img-rptr-listing {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.cm-cntnt-with-img-item {
  width: 32%;
  max-width: 250px;
  margin-top: 30px;
  text-align: center;
}

.cm-cntnt-with-img-content p {
  line-height: normal;
}

.cm-cntnt-with-img-file img {
  max-width: 200px;
  margin: 0 auto 10px;
  display: block;
}

.cm-slide-dots {
  display: none;
}

@media(max-width:767px) {
  .cm-cntnt-with-img-rptr-section .cm-top-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 20px;
    padding: 0 30px;
  }

  .cm-cntnt-with-img-rptr-section .cm-top-title h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
  }

  .cm-slider-wrapper {
    overflow: hidden;
  }


  .cm-cntnt-with-img-file img {
    max-width: 230px;
  }

  .cm-slide-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }

  .cm-dot-item {
    background: #0CC8F4;
    height: 9px;
    width: 20px;
    margin: 0 4px;
    border-radius: 7px;
  }

  .cm-dot-item.cm-active-dot {
    background: #392918;
  }


  .cm-slider-wrapper {
    overflow: hidden;
  }

  .cm-slider-listing {
    display: block;
    margin-top: 20px;
    position: relative;
    transition: min-height .6s cubic-bezier(.645, .045, .355, 1) 0s;
  }

  .cm-slider-listing>.cm-slide-item {
    width: 100%;
    max-width: none;
    display: block;
    position: absolute;
    left: 100%;
    animation: left .6s cubic-bezier(.645, .045, .355, 1) 0s;
    animation-fill-mode: forwards;
    margin: 0;
  }

  .cm-cntnt-with-img-file img {
    max-width: 230px;
  }

  .cm-slide-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    position: relative;
    z-index: 99;
  }

  .cm-dot-item {
    background: #0CC8F4;
    height: 9px;
    width: 20px;
    margin: 0 4px;
    border-radius: 7px;
  }

  .cm-dot-item.cm-active-dot {
    background: #392918;
  }

  @keyframes cm-leftNext {
    0% {
      left: 100%
    }

    to {
      left: 0
    }
  }

  @keyframes cm-leftCurr {
    0% {
      left: 0
    }

    to {
      left: -100%
    }
  }

  @keyframes cm-rightNext {
    0% {
      left: -100%
    }

    to {
      left: 0
    }
  }

  @keyframes cm-rightCurr {
    0% {
      left: 0
    }

    to {
      left: 100%
    }
  }

  .cm-cntnt-with-img-rptr-listing.cm-slider-listing.df {
    min-height: 242px;
  }
}