
.cust0mer-strip-wrapper {
  background: #f0f0f3;
  width: 100%;
}

.cust0mer-strip {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #1e1e1e;
  padding: 2rem;
  font-family: 'Montserrat', sans-serif;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.cust0mer-left, .cust0mer-right {
  flex: 1 1 300px;
}

.cust0mer-left p {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.6;
  text-align: left;
}

.cust0mer-logo {
  max-width: 260px;
  height: auto;
}

.cust0mer-email {
  color: #c1990e;
  text-decoration: underline;
  font-weight: 600;
}

.cust0mer-email:hover {
  color: #000;
}

.cust0mer-right h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

.cust0mer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.cust0mer-right li {
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.cust0mer-right a {
  color: #c1990e;
  text-decoration: none;
  font-weight: 600;
}

.cust0mer-right a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .cust0mer-strip {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2rem 1rem;
  }

  .cust0mer-left, .cust0mer-right {
    text-align: center;
  }

  .cust0mer-logo {
    margin: 0 auto;
  }

  .cust0mer-left p,
  .cust0mer-right h3,
  .cust0mer-right ul {
    text-align: center;
  }
}
