#about-us {
  min-height: 500px;
  width: 100%;
  background-image: url("../imgs/background-jks.webp");
  background-size: cover;
  box-sizing: border-box;
  padding: 20px 40px;
  background-position: cover;
  display: flex;
  justify-content: space-around;
  gap: 120px;
  align-items: center;
  flex-wrap: wrap;
}

#about-info {
  max-width: 400px;
  text-align: right;
}

#about-title {
  font-family: bebasNeue;
  font-size: 40px;
  color: #01bf63;
}

#about-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: montserrat;
  font-size: 16px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #about-us {
    display: block;
    text-align: center;

    padding: 50px 10px;
  }

  #about-info {
    margin: auto;
    text-align: center;
    width: 90%;
    margin: auto;
  }
}

#aboutus-logo {
  width: 141px;
  height: 260px;
}
