.why-work-with-us {
  border-top: 1px solid #DBDAD6;
  padding-top: 126px;
  padding-bottom: 322px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .why-work-with-us {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .why-work-with-us {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.why-work-with-us .why-work-with-us__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 124px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .why-work-with-us .why-work-with-us__header {
    padding-bottom: 60px;
  }
  .why-work-with-us .why-work-with-us__header .arrows-container {
    position: absolute;
    bottom: -600px;
    left: 0px;
  }
}
.why-work-with-us .why-work-with-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.why-work-with-us .why-work-with-us__content .why-work-with-us__single-element {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 520px;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  border: 1px solid #DBDAD6;
  min-height: 480px;
}
@media (max-width: 767px) {
  .why-work-with-us .why-work-with-us__content .why-work-with-us__single-element {
    width: 320px;
    padding: 48px 24px;
  }
}
.why-work-with-us .why-work-with-us__content .why-work-with-us__single-element.blank-element {
  border: none;
  background: transparent;
  opacity: 0;
}
@media (max-width: 767px) {
  .why-work-with-us .wrapper {
    position: relative;
    padding-bottom: 110px;
  }
}