.overlap-img-section {
  margin-top: 12rem;
}
.small-icon-text img {
  width: 35px;
  margin-right: 15px;
}
.overlap-img-section .small-icon-text {
  display: flex;
  margin-top: 5%;
  align-items: flex-start;
}
.text-section {
  padding: 5% 5% 5% 8%;
  box-shadow: 0 3px 6px rgb(20 80 168 / 25%);;
  border-radius: 5px;
  position:relative;
}
.small-icon-text {
  display: flex;
  margin-top: 5%;
}
.first {
  margin-top: 0 !important;
}
.overlap-img-wrapper {
  margin-left: -6rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.overlap-img-wrapper img {
  height: 500px!important;
}
@media (max-width: 767px) {
  .overlap-img-wrapper {
    display: none;
  }
  .text-section{
    padding: 5% 5% 5% 8%;
  }
  .overlap-img-section .small-icon-text {
    flex-direction: column;
    margin-bottom: 7rem;
  }
  .overlap-img-section .small-icon-text img {
    margin-bottom: 3%;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
  .overlap-img-section {
    margin-top: 3rem;
  }
}
@media(max-width:2560px) and (min-width:1440px){
.overlap-img-wrapper img {
  height: 420px!important;
}