:root {
  --mach-goods-iso-mt: 90px;
  --mach-goods-iso-left-title-size: 36px;
}

.mach-goods-step {
  width: 100%;
  margin-top: var(--mach-goods-iso-mt);
}
.mach-goods-step .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mach-goods-step__left {
  min-height: 618px;
}

.mach-goods-step .title {
  width: 46%;
}

.mach-goods-step .title h2 {
  margin-bottom: 19px;
  font-size: var(--mach-goods-iso-left-title-size);
  font-weight: 700;
  font-family: var(--title-font-family);
  line-height: 1.4;
}

.mach-goods-step .title p {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.8;
  margin-bottom: 41px;
}

.mach-goods-step .main-href a {
  display: inline-block;
  padding: 15px 40px;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: var(--title-font-family);
  cursor: pointer;
  border-radius: var(--button-radius);
}

/* .mach-goods-step .main-href a:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), var(--color-primary);
} */

.mach-goods-step ul li {
  height: 33.3%;
  padding: 40px 0 40px 80px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
}

.mach-goods-step ul li:first-child {
  border-top: 1px solid #ddd;
}

.mach-goods-step ul li .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.mach-goods-step ul li .icon i {
  font-size: 40px;
  color: var(--color-primary);
  font-weight: 600;
}

.mach-goods-step ul li h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font-family);
  margin-bottom: 20px;
  line-height: normal;
}

.mach-goods-step ul li p {
  width: 75%;
  font-size: 15px;
  line-height: 2.1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 1500px) {
  :root {
    --mach-goods-iso-mt: 80px;
    --mach-goods-iso-left-title-size: 32px;
  }
  .mach-goods-step .title {
    width: 90%;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --mach-goods-iso-mt: 70px;
    --mach-goods-iso-left-title-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --mach-goods-iso-mt: 60px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --mach-goods-iso-mt: 50px;
    --mach-goods-iso-left-title-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --mach-goods-iso-mt: 40px;
    --mach-goods-iso-left-title-size: 22px;
  }

  .mach-goods-step .title h2, .mach-goods-step .title p {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --mach-goods-iso-mt: 30px;
    --mach-goods-iso-left-title-size: 20px;
  }
}
