.about-container {
  width: 50%;
}
.about-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: end;
}
.about-left-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-left-1 h2 {
  font-size: 20px;
}
.about-us-fetures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.fetures {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fetures img {
  height: 1.3rem;
  width: 1.3rem;
}
.fetures span {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
}
.about-right img {
  width: 75%;
}

@media (max-width: 1024px) {
  .about-left-1 h2 {
    font-size: 15px;
  }
  .fetures span {
    font-size: 15px;
  }
  .about-right img {
    width: 90%;
  }
}
@media (max-width: 1360px) {
  .about-right img {
    width: 90%;
  }
}
@media (max-width: 958px) {
  .about-right img {
    width: 100%;
  }
  .about-left-1 h2 {
    font-size: 12px;
  }
  .fetures span {
    font-size: 12px;
  }
  .about-us-fetures {
    gap: 0.5srem;
  }
}

@media (max-width: 680px) {
  .about-container {
    width: 100%;
  }
  .fetures img {
    height: 0.8rem;
    width: 0.8rem;
  }
}
.brand-container img {
  width: 80%;
}
