* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #7c66b2;
  --secondary: #111111;
  --tertiary: #c9ab81;
  --quaternary: #704db5;
  --title: #161616;
  --text: #3d3d3d;
  --text_w: rgba(255, 255, 255, 0.85);
  --bg: #f7f6f3;
  --border: #eaeaea;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 140rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
h1,
h2,
h3,
strong,
.title {
  font-weight: 400;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.page_advantages {
  padding: 6rem 0px 9.6rem;
}
.page_advantages .items ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(23rem, 100%), 1fr));
  gap: 3rem 7%;
}
.page_advantages .item {
  display: flex;
  flex-direction: column;
}
.page_advantages .item .icon {
  width: 7rem;
  height: 7rem;
  margin: 0px auto;
}
.page_advantages .item .info {
  flex: 1 1 0%;
  text-align: center;
  margin-top: 1.8rem;
}
.page_advantages .item .info h3 {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
}
.page_advantages .item .info p {
  margin-top: 2.3rem;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: rgb(76, 76, 76);
  letter-spacing: -0.24px;
}
.page_advantages {
  padding: 15rem 0px 7rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .page_advantages .items ul {
    gap: 3rem;
  }
}

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

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

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .page_advantages {
    padding: 50px 0px;
  }
  .page_advantages .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
    gap: 20px;
  }
  .page_advantages .item .icon {
    width: 50px;
    height: 50px;
  }
  .page_advantages .item .info {
    margin-top: 14px;
  }
  .page_advantages .item .info h3 {
    font-size: 18px;
  }
  .page_advantages .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .page_advantages {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}
