.banner-1 {
  background-color: #096850;
  padding: 40px 0;
  text-align: center;
  color: #75ac9d;
  font-size: 20px;
}
.banner-2 .img-mobile {
  display: none;
}
.banner-2 img {
  display: block;
  width: 100%;
}
.banner-3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.banner-3 .title {
  margin-bottom: 25px;
  text-align: center;
  color: #a9aaac;
}
.banner-3 .table > div > div > div {
  padding-left: 0;
  padding-right: 0;
}
.banner-3 .table:last-child {
  margin-top: 100px;
}
.banner-3 .table .table-title {
  padding: 5px 0;
  background-color: #096850;
  color: #fff;
}
.banner-3 .table .table-header {
  margin: 15px 0;
}
.banner-3 .table .table-header,
.banner-3 .table .table-rows {
  color: #096850;
}
.banner-3 .table .table-item {
  margin-top: 20px;
}
.banner-3 .table .table-item,
.banner-3 .table .table-header > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #e8eae9;
}
@media screen and (max-width: 768px) {
  .banner-1 {
    padding: 20px;
    font-size: 16px;
  }
  .banner-2 .img-mobile {
    display: block;
  }
  .banner-2 .img {
    display: none;
  }
  .banner-3 {
    font-size: 8px;
  }
  .banner-3 .table:last-child {
    margin-top: 20px;
  }
  .banner-3 .table .table-header {
    margin: 5px 0;
  }
  .banner-3 .table .table-item {
    margin-top: 10px;
  }
}
