body .section1 {
  padding: 6rem 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
body .section1 .content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4.5rem;
}
body .section1 .content .text-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
body .section1 .content .text-content .headers {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
body .section1 .content .text-content h2,
body .section1 .content .text-content h4,
body .section1 .content .text-content h5,
body .section1 .content .text-content h6 {
  color: #000000;
}
body .section1 .content .text-content p {
  color: rgba(27, 27, 27, 0.96);
}
body .section1 .content .text-content > span {
  font-size: 1.125rem;
}
body .section1 .content .text-content .icon-list {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
body .section1 .content .text-content .icon-list .list-item {
  display: grid;
  grid-template-columns: minmax(0, 32px) minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}
body .section1 .content .text-content .icon-list .list-item h6 {
  color: #000000;
}
body .section1 .content .text-content .icon-list .list-item span {
  font-size: 1rem;
}
body .section1 .content .text-content .icon-list-extra {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
body .section1 .content .text-content .icon-list-extra .list-item {
  display: grid;
  grid-template-columns: minmax(0, 32px) minmax(0, 1fr);
  gap: 1.5rem;
}
body .section1 .content .text-content .icon-list-extra .list-item h6 {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
body .section1 .content.content-3 .text-content .icon-list {
  gap: 2rem;
}
body .section1 .content .image-area {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
}
body .section1 .content .image-area img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: static;
}
body .section1 .content .image-area.spec img {
  height: auto;
  width: auto;
  margin-left: auto;
}

@media screen and (max-width: 700px) {
  body .section1 {
    padding: 0;
    margin: 4.5rem 0;
    flex-direction: column;
    gap: 4rem;
  }
  body .section1 .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
  }
  body .section1 .content:nth-child(2) {
    flex-direction: column;
  }
  body .section1 .content .text-content {
    padding: 1.5rem;
    padding-top: 0;
    width: unset;
    gap: 1.5rem;
  }
  body .section1 .content .text-content h2 {
    margin-bottom: 0;
  }
  body .section1 .content .text-content > div > p {
    display: none;
  }
  body .section1 .content .text-content .icon-list-extra {
    gap: 1.5rem;
  }
  body .section1 .content .text-content .icon-list {
    gap: 1.5rem;
  }
  body .section1 .content.content-3 .text-content .icon-list {
    gap: 1rem;
  }
  body .section1 .content .image-area {
    position: relative;
    height: auto;
    text-align: center;
  }
  body .section1 .content .image-area img {
    position: static !important;
    max-width: 100%;
    height: -moz-min-content;
    height: min-content;
  }
  body .section1 .content .image-area.spec img {
    height: auto;
  }
  body .section1 h2 {
    margin-bottom: 1.75rem;
  }
}
