* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li {
  list-style: none;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmaystainless.com/wp-content/plugins/sytech-fronteditor/sytpl/application6-application_advantages/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.application_advantages {
  padding: 9.2rem 0px 6.4rem;
}
.application_advantages .items {
  margin-top: 2.7rem;
}
.application_advantages .item {
  display: flex;
  padding: 4.8rem 0px 5.7rem;
  border-top: 1px solid rgba(21, 15, 53, 0.24);
}
.application_advantages .item h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 600;
  color: rgb(15, 15, 15);
  width: 49.85%;
  padding-right: 12%;
}
.application_advantages .item .syedittext {
  flex: 1;
  font-size: 1.8rem;
  line-height: 2.9rem;
  color: rgb(58, 58, 58);
}
.application_advantages .item .syedittext p {
  margin-bottom: 1rem;
}
.application_advantages .item .syedittext li {
  position: relative;
  padding-left: 2rem;
  margin: 5px 0;
}
.application_advantages .item .syedittext li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .application_advantages {
    padding: 4rem 0px 3rem;
  }
  .application_advantages .items {
    margin-top: 2rem;
  }
  .application_advantages .item {
    padding: 1rem 0;
  }
  .application_advantages .item h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 10px;
  }
  .application_advantages .item .syedittext {
    font-size: 14px;
    line-height: 1.5;
  }
  .application_advantages .item .syedittext li {
    padding-left: 1rem;
  }
  .application_advantages .item .syedittext li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  .application_advantages .item {
    gap: 12px;
    flex-direction: column;
  }
  .application_advantages .item h3 {
    width: 100%;
    padding: 0;
  }
  .application_advantages .item .syedittext {
    width: 100%;
  }
}
