.customized {
  max-width: 1300px;
  margin: 0 auto; 
}

.customized__flex {
  /* background-color: #d4e0f3; */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 40px auto 80px;
  flex-wrap: wrap;
}

.customized__flex:nth-child(even) {
  flex-direction: row-reverse;
}

.customized__img {
  width: 100%;
}

.customized__img figure {
  width: 90%;
  margin: 0 auto 20px;
  background-color: #eef5ff;
  border-radius: 15px;
  max-width: 500px;
}

.customized__flex:nth-child(1) .customized__img figure {
  background-color: #d4e4fa;
}

.customized__flex:nth-child(2) .customized__img figure {
  background-color: #deeafa;
}

.customized__flex:nth-child(3) .customized__img figure {
  background-color: #e6f0fd;
}

.customized__flex:nth-child(4) .customized__img figure {
  background-color: #eef5ff;
}

.customized__text {
  text-align-last: left;
  width: 100%;
  color: #000;
  padding: 0 25px;
}

.customized__text h3 {
  /* text-align: center; */
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 0px;
}

.customized__text p {
  font-size: 17px;
  color: #405385;
}

.customized__text ul {
  text-align: left;
  font-weight: normal;
  padding-left: 4%;
  font-size: 16px;
}

.customized__text ul li {
  margin-bottom: -5px;
}


@media (min-width: 996px) {
  .customized__flex {
    margin: 50px auto 80px;
  }
  .customized__img {
    width: 50%;
  }
  .customized__img figure {
    margin: 0 auto;
  }
  .customized__text {
    width: 50%;
  }
  .customized__text h3 {
    font-size: 20px;
  }
  .customized__text ul {
    font-size: 16px;
    margin-top: 5px;
  }

}