.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 > .contentBox {
  margin-top: 50px;
}

.subCentainner > .subSection1 > .contentBox > div {
  width: 100%;
}

.wrap_controllers {
  display: none !important;
}

.section_address {
  display: none !important;
}

.subCentainner > .subSection1 > .contentBox > .textBox {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 20px;
}

.subCentainner > .subSection1 > .contentBox > .textBox > div > h5 {
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 1025px) {
  .subCentainner > .subSection1 {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .subCentainner > .subSection1 {
    padding: 50px 0;
  }
  .subCentainner > .subSection1 > .contentBox > div {
    height: 300px;
  }

  .subCentainner > .subSection1 > .contentBox > .textBox {
    flex-direction: column;
    justify-content: start;
    gap: 30px;
  }

  .subCentainner > .subSection1 > .contentBox > .textBox > div > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
