.subCentainner > .subSection1 {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 100px 0;
}

.subCentainner > .subSection1 > .textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.subCentainner > .subSection1 > .textBox > div {
  width: 25px;
  height: 1px;
  border-bottom: 2px solid;
  border-image: linear-gradient(
    to bottom right,
    var(--main-color3),
    var(--main-color)
  );
  border-image-slice: 1;
}

.subCentainner > .subSection1 > .imgBox {
  margin-top: 50px;
}

.subCentainner > .subSection1 > .imgBox > picture > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1025px) {
  .subCentainner > .subSection1 {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .subCentainner > .subSection1 {
    padding: 50px 0;
  }
}
