.robotics {
  width: var(--content-width);
  margin: auto;
  padding: 32px;
}

.robotics-header {
  text-align: center;
}

.robotics-header h3 {
  color: #101828;
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 600; /* 130% */
}

.robotics-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.robotics-details h4 {
  color: var(--Grey-900, #101828);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.robotics-details p {
  color: var(--Grey-700, #344054);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}

.robotics-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speak .robotics-header h3 {
  text-align: left;
  margin-bottom: 32px;
}

.robotics ul {
  list-style-type: disc;
  margin-left: 20px;
  /* border-bottom: 1px solid #d0d5dd; */
}

.robotics .spark {
  display: flex;
  align-items: center;
  margin-top: 16px;
  border-bottom: 1px solid #d0d5dd;
  padding-bottom: 24px;
  margin-bottom: 16px;
}

.robotics-action .modal-trigger {
  border-radius: 8px;
  background: var(--Selected, #4b17d5);
  padding: 8px 16px;
  width: fit-content;
  cursor: pointer;
}

.robotics-action .button-text {
  color: var(--White, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.1px;
  width: fit-content;
}

.robotics .spark p {
  color: #027a48;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15px;
}

.robotics-content .banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.robotics-content .banner img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .robotics-content {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .tekie-robotics {
    margin-top: 80px;
  }

  .tekie-robotics .robotics-content {
    margin-top: 10px;
  }

  .robotics-content .banner img {
    width: 80%;
  }

  .speak .robotics-header h3 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .robotics-details h4 {
    font-size: 27px;
  }

  .robotics-details p {
    font-size: 17px;
  }

  .robotics {
    width: 90%;
    padding: 0px;
  }
}
