.customer_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media screen and (min-width: 1100px) {
  .customer_container {
    flex-direction: row;
    gap: 84px;
    margin-bottom: 100px;
  }
}

.customer_img {
  width: 349px;
  height: 306px;
}

@media screen and (min-width: 768px) {
  .customer_img {
    width: 540px;
    height: 500px;
  }
}

.customer_text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.customer_for {
  font-weight: 600;
  font-size: 16px;
}

.customer_h2 {
  margin-block: 8px 16px;
  font-weight: 700;
  font-size: 32px;
}

@media screen and (min-width: 1100px) {
  .customer_h2 {
    margin-block: 8px 25px;
  }
}

.customer_p {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}

@media screen and (min-width: 1100px) {
  .customer_p {
    margin-bottom: 25px;
  }
}

.customer_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-bottom: 100px;
  gap: 16px;
}

@media screen and (min-width: 1100px) {
  .customer_ul {
    margin-bottom: 0px;
    gap: 25px;
  }
}

.customer_li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.customer_li_p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}
