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: 6rem;
}
body .section1 .content .text-content {
  width: 100%;
}
body .section1 .content.content-1 h2 {
  margin-top: 3.5rem;
}
body .section1 .content .image-area img {
  width: 100%;
}
body .section1 h2 {
  margin-bottom: 1.375rem;
}
body .section1 h3 {
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
body .section1 .list-group {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body .section1 .list-group > h4 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
body .section1 .list-group .list {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
body .section1 .list-group .list .list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body .section2,
body .section4 {
  background: #030d17;
  padding: 6rem 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
body .section2 .sub1 h2,
body .section4 .sub1 h2 {
  color: #ffffff;
  margin-bottom: 1.125rem;
}
body .section2 .sub2,
body .section4 .sub2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
}
body .section2 .sub2 .sub21.icon-list,
body .section4 .sub2 .sub21.icon-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body .section2 .sub2 .sub21.icon-list .list-item,
body .section4 .sub2 .sub21.icon-list .list-item {
  display: flex;
  gap: 1.5rem;
}
body .section2 .sub2 .sub21.icon-list .list-item :nth-child(1),
body .section4 .sub2 .sub21.icon-list .list-item :nth-child(1) {
  margin-top: 3.25rem;
}
body .section2 .sub2 .sub21.icon-list .list-item img,
body .section4 .sub2 .sub21.icon-list .list-item img {
  height: 2rem;
}
body .section2 .sub2 .sub21.icon-list .list-item .list-text h6,
body .section4 .sub2 .sub21.icon-list .list-item .list-text h6 {
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 18px;
}
body .section2 .sub2 .sub21.icon-list .list-item .list-text p,
body .section4 .sub2 .sub21.icon-list .list-item .list-text p {
  color: #ffffff;
  font-weight: 300;
}
body .section2 .sub2 .sub22 img,
body .section4 .sub2 .sub22 img {
  width: 100%;
}
body .section3 {
  padding: 6rem 7.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background-image: url("/images/v2/inv-section-3-bg.svg");
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
}
body .section3 .sub-1 h2 {
  margin-bottom: 1.125rem;
}
body .section3 .sub-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
}
body .section3 .sub-2 .boxes {
  display: flex;
  background: #ffffff;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2.5rem;
  max-width: 21.5625rem;
  box-shadow: 0px 25px 70px 10px rgba(0, 0, 0, 0.04);
}
body .section3 .sub-2 .boxes img {
  height: 2rem;
}
body .section3 .sub-2 .boxes .text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .section3 .sub-2 .boxes .text-content h6 {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
}
body .section3 .sub-2 .boxes .text-content p {
  color: #242426;
}
body .section4 {
  background: #fff;
}
body .section4 h2,
body .section4 h6 {
  color: #000000 !important;
}
body .section4 p {
  color: #404040 !important;
}

@media screen and (max-width: 700px) {
  body .section1 {
    padding: 0;
    margin-top: 1.375rem;
    margin-bottom: 4.5rem;
    flex-direction: column;
    gap: 2.5625rem;
  }
  body .section1 .content {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  body .section1 .content:nth-child(2) {
    flex-direction: column;
  }
  body .section1 .content .text-content {
    padding: 1.5rem;
    width: unset;
  }
  body .section1 .content .text-content h2 {
    margin-bottom: 1rem;
  }
  body .section1 .content.content-1 h2 {
    margin-top: 0;
  }
  body .section1 .content .image-area img {
    height: auto;
    width: 100%;
  }
  body .section1 .content .list-group h4 {
    display: none;
  }
  body .section1 h2 {
    margin-bottom: 1.75rem;
  }
  body .section2,
  body .section4 {
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  body .section2 .sub1,
  body .section4 .sub1 {
    max-width: 900px;
  }
  body .section2 .sub1 h2,
  body .section4 .sub1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: 0;
  }
  body .section2 .sub2,
  body .section4 .sub2 {
    display: flex;
    flex-direction: column;
    gap: 6rem;
  }
  body .section2 .sub2 .sub21.icon-list,
  body .section4 .sub2 .sub21.icon-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  body .section2 .sub2 .sub21.icon-list > p,
  body .section4 .sub2 .sub21.icon-list > p {
    margin-bottom: 1.5rem;
  }
  body .section2 .sub2 .sub21.icon-list .list-item,
  body .section4 .sub2 .sub21.icon-list .list-item {
    display: flex;
    gap: 1.5rem;
  }
  body .section2 .sub2 .sub21.icon-list .list-item :nth-child(1),
  body .section4 .sub2 .sub21.icon-list .list-item :nth-child(1) {
    margin-top: 0;
  }
  body .section2 .sub2 .sub21.icon-list .list-item img,
  body .section4 .sub2 .sub21.icon-list .list-item img {
    height: 2rem;
  }
  body .section2 .sub2 .sub22 img,
  body .section4 .sub2 .sub22 img {
    width: 100%;
  }
  body .section3 {
    padding: 4rem 2rem;
    gap: 2rem;
    background-image: none;
  }
  body .section3 .sub-1 {
    max-width: 900px;
    margin-bottom: 0;
  }
  body .section3 .sub-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  body .section3 .sub-2 .boxes {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 2.5rem;
    max-width: 21.5625rem;
    background-color: #ffffff;
    box-shadow: 0px 25px 70px 10px rgba(0, 0, 0, 0.04);
  }
  body .section3 .sub-2 .boxes img {
    height: 2rem;
  }
  body .section3 .sub-2 .boxes .text-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body .section3 .sub-2 .boxes .text-content h6 {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 700;
  }
  body .section3 .sub-2 .boxes .text-content p {
    color: #242426;
  }
}
