.robot__container {
  background-color: #004899;
  padding-top: 30px;
  padding-bottom: 30px;
}

.robot__container__left__title {
  color: #fff;
  margin-top: 15px;
}

.robot__container__left__text {
  color: #fff;
}

@media (max-width: 769px) {
  .robot__container__left__content {
    text-align: center;
  }
  .robot__container__right__btn {
    margin-top: 0px;
  }
}

@media (max-width: 500px) {
  .robot__container__left__title {
    font-size: 1.5em;
  }
  .robot__container__left__text {
    font-size: 0.9em;
  }
  .robot__container__right__btn {
    font-size: 1em;
  }
}
/*# sourceMappingURL=choiceRobot.css.map */