
.banner-box {
  /* border: 1px solid red; */
  padding: 40px 100px;
}
.container {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}

.container-1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.title {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px 0;
  /* line-height: 1.5em; */
}

.section {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.text {
  font-size: 16px;
  text-indent: 2em;
  margin: 10px 0;
  line-height: 1.5em;
}

.text-right {
  text-align: right;
}