.softphones {
  padding: 185px 0;
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.softphones h2,
.softphones p {
  position: relative;
  z-index: 10;
  text-align: center !important;
}
.softphones h2 {
  margin-bottom: 24px;
}
.softphones .img_wrapper {
  width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  top: -50%;
  z-index: 9;
  max-width: 1440px;
  height: 100%;
}
.softphones .img_wrapper picture,
.softphones .img_wrapper img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .softphones {
    padding: 180px 0;
  }
  .softphones h2 {
    margin-bottom: 12px;
  }
  .softphones .img_wrapper {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .softphones {
    padding: 100px 0;
  }
  .softphones .img_wrapper {
    width: 470px;
  }
}