.main {
  padding-top: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main h1 {
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
}

.main p {
  max-width: 60%;
  margin: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
}
.clients-conatiner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 60%;
  margin: 2rem;
}

.client {
  width: 200px;
  height: 200px;
  margin: 2rem;
}

.client.first-partner {
  background: url("../images/grand.PNG") no-repeat center/contain;
}

.client.second-partner {
  background: url("../images/cisco.PNG") no-repeat center/contain;
}

.client.third-partner {
  background: url("../images/fanvil.PNG") no-repeat center/contain;
}

.client.fourth-partner {
  background: url("../images/yea.PNG") no-repeat center/contain;
}
