/* 横幅模块 */
.ulm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ulm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ulm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-banner__content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.ulm-banner__title {
  color: #ffffff;
  text-align: left;
}
.ulm-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.ulm-banner__left {
  flex: 1;
}
.ulm-banner__list {
  width: 100%;
  max-width: 723px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 80px;
}
.ulm-banner__item {
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  background: rgba(224, 25, 30, 0.3);
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.ulm-banner__button {
  margin-top: 20px;
  width: 723px;
  background: #e0191e;
}
.ulm-banner__right {
  width: 37%;
  max-width: 550px;
  flex-shrink: 0;
  margin-top: 20px;
}
.ulm-banner__image {
  width: 100%;
}
.ulm-banner__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ulm-partner {
  padding: 70px 0 0px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ulm-partner__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ulm-partner__content {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  position: relative;
}
.ulm-partner__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 900px;
  height: 100%;
}
.ulm-partner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-partner__text {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-top: 20px;
  margin-right: -40px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ulm-partner__description {
  width: 100%;
  max-width: 900px;
  padding: 65px 45px 80px;
  padding-right: 75px;
  box-sizing: border-box;
  background: #e60012;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.ulm-partner__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.ulm-choose {
  padding: 70px 0 50px;
}
.ulm-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ulm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.ulm-choose__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: left;
  margin-top: 40px;
}
.ulm-choose__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.ulm-choose__left,
.ulm-choose__right {
  width: calc(100% / 2 - 10px);
}
.ulm-choose__left {
  background: #fafafa;
}
.ulm-choose__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  padding: 40px 35px;
  box-sizing: border-box;
}
.ulm-choose__item {
  width: 100%;
}
.ulm-choose__item-text {
  width: 100%;
}
.ulm-choose__item-title {
  font-weight: 500;
  color: #000000;
}
.ulm-choose__item-desc {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 5px;
}
.ulm-choose__right {
  background: #fafafa;
  padding: 35px 30px;
  box-sizing: border-box;
}
.ulm-choose__right-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ulm-choose__right-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ulm-choose__right-subtitle {
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ulm-choose__right-item {
  font-weight: 500;
  font-size: 20px;
  color: #e0191e;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ulm-choose__item-image {
  width: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ulm-choose__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ulm-choose__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
  margin-top: 40px;
}

.ulm-approach {
  padding: 70px 0 70px;
  position: relative;
}
.ulm-approach__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ulm-approach__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-approach__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ulm-approach__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.ulm-approach__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.ulm-approach__item {
  width: calc(100% / 6 - 17px);
  background: #000000;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
  min-height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ulm-approach__item:hover,
.ulm-approach__item.is-active {
  background: #e0191e;
}
.ulm-approach__text-desc {
  width: 100%;
  background: #f5f5f5;
  margin-top: 45px;
  padding: 40px 25px;
  box-sizing: border-box;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: none;
  position: relative;
}
.ulm-approach__text-desc img {
  width: 32px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: -38px;
}
.ulm-approach__text-desc:nth-child(1) img {
  left: 90px;
}
.ulm-approach__text-desc:nth-child(2) img {
  left: 328px;
}
.ulm-approach__text-desc:nth-child(3) img {
  left: 564px;
}
.ulm-approach__text-desc:nth-child(4) img {
  right: 568px;
}
.ulm-approach__text-desc:nth-child(5) img {
  right: 328px;
}
.ulm-approach__text-desc:nth-child(6) img {
  right: 90px;
}
.ulm-approach__bottom {
  max-width: 1400px;
  margin: 35px auto 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ulm-approach__button {
  width: 100%;
  max-width: 446px;
  background: #e0191e;
}

.ulm-capabilities {
  width: 100%;
  padding: 70px 0 30px;
  position: relative;
}
.ulm-capabilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  max-width: 630px;
  height: calc(100% - 190px);
  margin-top: 190px;
}
.ulm-capabilities__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-capabilities__title {
  max-width: 1400px;
  margin: 0 auto;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}
.ulm-capabilities__subtitle {
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 22px;
  color: #030303;
  text-align: center;
  margin-bottom: 40px;
}
.ulm-capabilities__description {
  max-width: 825px;
  margin-left: 650px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  margin-bottom: 40px;
}
.ulm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.ulm-capabilities__left {
  width: 60%;
  max-width: 862px;
  flex-shrink: 0;
}
.ulm-capabilities__image {
  width: 100%;
}
.ulm-capabilities__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ulm-capabilities__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
  padding: 40px 40px 0px;
  box-sizing: border-box;
  flex: 1;
}
.ulm-capabilities__item {
  width: 100%;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.ulm-capabilities__item-image {
  width: 30px;
  flex-shrink: 0;
}
.ulm-capabilities__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ulm-capabilities__item-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.ulm-capabilities__button {
  max-width: 446px;
  background: #e0191e;
  margin-top: 35px;
  margin-left: 55px;
}

.ulm-make {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.ulm-make__content {
  max-width: 1400px;
  margin: 0 auto;
}
.ulm-make__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ulm-make__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #030303;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}
.ulm-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.ulm-make__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.ulm-make__item {
  width: calc(100% / 3 - 17px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  text-align: center;
  min-height: 300px;
}
.ulm-make__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.ulm-make__item-text {
  padding: 65px 45px 45px;
  box-sizing: border-box;
}
.ulm-make__item-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}
.ulm-make__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}
.ulm-make__button {
  width: 100%;
  max-width: 600px;
  background: #e0191e;
}

.ulm-industries {
  padding: 70px 0 0px;
  width: 100%;
}
.ulm-industries__content {
  width: 100%;
}
.ulm-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ulm-industries__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.ulm-industries__list {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.ulm-industries__item {
  width: calc(100% / 6);
  background: #fafafa;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  min-height: 600px;
  position: relative;
}
.ulm-industries__item:hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ulm-industries__item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ulm-industries__item-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-industries__item-text {
  width: 100%;
  max-width: 270px;
  padding: 100px 30px 100px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.ulm-industries__item:hover .ulm-industries__item-text {
  display: flex;
}
.ulm-industries__item-title {
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #fdfdfd;
  background: #000000;
  border-radius: 0px 30px 30px 0px;
  position: absolute;
  top: 17px;
  left: 0;
}
.ulm-industries__item:hover .ulm-industries__item-title {
  background: #e60012;
  position: relative;
  z-index: 2;
}
.ulm-industries__text-solutions {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 17px;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.ulm-industries__text-solutions:hover {
  font-weight: 500;
}
.ulm-industries__text-solutions-arrow {
  width: 28px;
}
.ulm-industries__text-solutions-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ulm-solve {
  width: 100%;
  padding: 70px 0 50px;
}
.ulm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ulm-solve__title {
  font-weight: bold;
  color: #333333;
}
.ulm-solve__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #030303;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}
.ulm-solve__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.ulm-solve__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ulm-solve__item:nth-child(2) {
  background: #e60012;
  color: #ffffff;
}
.ulm-solve__item-icon {
  width: 80px;
  margin: 35px 40px 15px;
}
.ulm-solve__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ulm-solve__item-text {
  padding: 0px 40px 30px;
  box-sizing: border-box;
}
.ulm-solve__item-title {
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.ulm-solve__item-desc {
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}
.ulm-solve__item-image {
  width: 100%;
  height: 100%;
}
.ulm-solve__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ulm-process {
  padding: 80px 0 0px;
  position: relative;
}
.ulm-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ulm-process__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ulm-process__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.ulm-process__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.ulm-process__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.ulm-process__item {
  width: calc(100% / 4 - 20px);
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 70px 25px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ulm-process__item-number {
  width: 70px;
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 15px;
}
.ulm-process__item-number img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ulm-process__item-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.ulm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.ulm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ulm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.ulm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.ulm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.ulm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.ulm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.ulm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.ulm-solutions {
  padding: 40px 0 50px;
}
.ulm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ulm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.ulm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ulm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.ulm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.ulm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.ulm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.ulm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.ulm-solutions__item {
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  color: #cc0033;
}
.ulm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.ulm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ulm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ulm-solutions__item:hover .ulm-solutions__item-icon {
  display: none;
}
.ulm-solutions__item-icon-hover {
  display: none;
}
.ulm-solutions__item:hover .ulm-solutions__item-icon-hover {
  display: flex;
}
.ulm-solutions__description {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

@media screen and (max-width: 760px) {
  .ulm-banner {
    height: auto;
    padding: 50px 0;
  }
  .ulm-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ulm-banner__list {
    margin-top: 20px;
  }
  .ulm-banner__button {
    width: 100%;
    max-width: 723px;
  }

  .ulm-partner__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-partner__text {
    width: 100%;
  }
  .ulm-partner__description {
    padding: 25px;
  }
  .ulm-partner__image {
    position: static;
    width: 100%;
  }

  .ulm-choose__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-choose__left,
  .ulm-choose__right {
    width: 100%;
  }

  .ulm-approach__item {
    width: auto;
    padding: 10px 20px;
  }
  .ulm-approach__text-desc img {
    display: none;
  }

  .ulm-capabilities {
    width: 90%;
    margin: 0 auto;
  }
  .ulm-capabilities__background {
    display: none;
  }
  .ulm-capabilities__description {
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ulm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-capabilities__left {
    width: 100%;
  }
  .ulm-capabilities__list {
    padding: 0px;
  }
  .ulm-capabilities__item {
    gap: 15px;
  }
  .ulm-capabilities__button {
    margin-left: 0;
  }

  .ulm-make__item {
    width: 100%;
    min-height: auto;
  }

  .ulm-industries__list {
    flex-wrap: wrap;
  }
  .ulm-industries__item {
    width: 100%;
  }
  .ulm-industries__item-text {
    max-width: none;
  }

  .ulm-solve__item {
    width: 100%;
  }

  .ulm-process__list {
    flex-wrap: wrap;
  }
  .ulm-process__item {
    width: 100%;
  }

  .ulm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-elevate__image {
    width: 100%;
  }

  .ulm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-elevate__image {
    width: 100%;
  }

  .ulm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .ulm-banner {
    height: auto;
    padding: 50px 0;
  }
  .ulm-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ulm-banner__list {
    margin-top: 20px;
  }
  .ulm-banner__button {
    width: 100%;
    max-width: 723px;
  }

  .ulm-partner__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-partner__text {
    width: 100%;
  }
  .ulm-partner__image {
    position: static;
    width: 100%;
  }

  .ulm-choose__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-choose__left,
  .ulm-choose__right {
    width: 100%;
  }

  .ulm-approach__item {
    width: auto;
    padding: 10px 20px;
  }
  .ulm-approach__text-desc img {
    display: none;
  }

  .ulm-capabilities {
    width: 90%;
    margin: 0 auto;
  }
  .ulm-capabilities__background {
    display: none;
  }
  .ulm-capabilities__description {
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ulm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-capabilities__left {
    width: 100%;
  }

  .ulm-make__item {
    width: calc(100% / 2 - 17px);
  }

  .ulm-industries__list {
    flex-wrap: wrap;
  }
  .ulm-industries__item {
    width: calc(100% / 2);
  }
  .ulm-industries__item-text {
    max-width: none;
  }

  .ulm-solve__item {
    width: calc(100% / 2 - 10px);
  }

  .ulm-process__list {
    flex-wrap: wrap;
  }
  .ulm-process__item {
    width: calc(100% / 2 - 20px);
  }

  .ulm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-elevate__image {
    width: 100%;
  }

  .ulm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .ulm-banner {
    height: auto;
    padding: 50px 0;
  }
  .ulm-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ulm-banner__list {
    margin-top: 20px;
  }

  .ulm-choose__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-choose__left,
  .ulm-choose__right {
    width: 100%;
  }

  .ulm-approach__item {
    width: auto;
    padding: 10px 20px;
  }
  .ulm-approach__text-desc img {
    display: none;
  }

  .ulm-capabilities {
    width: 90%;
    margin: 0 auto;
  }
  .ulm-capabilities__background {
    display: none;
  }
  .ulm-capabilities__description {
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ulm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .ulm-capabilities__left {
    width: 100%;
  }

  .ulm-make__item {
    width: calc(100% / 2 - 17px);
  }

  .ulm-industries__list {
    flex-wrap: wrap;
  }
  .ulm-industries__item {
    width: calc(100% / 3);
  }
  .ulm-industries__item-text {
    max-width: none;
  }

  .ulm-solve__item {
    width: calc(100% / 2 - 10px);
  }

  .ulm-process__list {
    flex-wrap: wrap;
  }
  .ulm-process__item {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (min-width: 1350px) and (max-width: 1650px) {
  .ulm-industries__list {
    flex-wrap: wrap;
  }
  .ulm-industries__item {
    width: calc(100% / 3);
  }
  .ulm-industries__item-text {
    max-width: none;
  }
}
