.our-banner {
  background-color: #1e2532;
}

.c-our-banner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-banner-heading__title {
  color: white;
  font-family: Renaultlife, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.our-banner-desc__text {
  color: white;
  font-family: Renaultlife, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.horizontal-line--yellow {
  background-color: #ffcc33;
}

.our-items {
  background-color: #f1f5f8;
}

.c-our-items {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-item {
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
}

.our-item-image img {
  width: 50px;
}

.our-item-info-heading__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Renaultlife, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: black;
}

.our-item-info-content__text {
  font-family: Renaultlife, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: black;
}

.our-item-image {
  width: 12%;
}

.our-item-info {
  width: 88%;
}

.our-item-info-heading {
  margin-bottom: 10px;
}

.our-item-info-content__text ul,
.our-item-info-content__text ol,
.our-item-info-content__text p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-our-items {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 550px;
  }

  .our-item-info {
    width: 86%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 479px) {
  .our-item {
    flex-wrap: wrap;
  }

  .our-item-image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .our-item-info {
    width: 100%;
    margin-left: 0;
  }

  .our-item-info-heading {
    text-align: center;
  }

  .our-item-info-heading {
    margin-bottom: 20px;
  }
}