body {
  overflow-x: hidden;
}

.containerPartners {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
  background-color: black;
  background-image: url(../img/partners/web\ parteneri.png);
  background-position: center;
}
.logoStrogen {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 200px;
  height: 50px;
}

.logoStrogen img {
  width: 200px;
  height: 50px;
}

.partnersAbout h1 {
  font-size: 45px;
  text-align: center;
  margin-top: 40px;
}
.partnersAbout {
  margin: 0 auto;
  width: 700px;
}
.partnersAbout p {
  text-align: center;
  margin-top: 40px;
  font-size: 25px;
}

.logoPartners {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}

.logoPartners img {
  width: 250px;
  height: 150px;
}

@media only screen and (max-width: 1200px) {
  .partnersAbout {
    width: 600px;
  }
  .partnersAbout h1 {
    font-size: 40px;
  }
  .partnersAbout p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 963px) {
  .logoPartners {
    gap: 20px;
  }

  .logoPartners img {
    width: 200px;
    height: 150px;
  }
}

@media only screen and (max-width: 760px) {
  .partnersAbout {
    width: 450px;
  }
  .partnersAbout h1 {
    font-size: 32px;
  }
  .partnersAbout p {
    margin-top: 100px;
    font-size: 18px;
  }
  .logoPartners img {
    width: 161px;
    height: 132px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 547px) {
  .partnersAbout {
    width: 400px;
  }
  .partnersAbout h1 {
    font-size: 28px;
  }

  .partnersAbout p {
    margin-top: 100px;
    font-size: 15px;
  }
  .logoPartners img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    gap: 0;
  }
}

@media only screen and (max-width: 430px) {
  .containerPartners{
    padding: 0;
  }
  header {
    position: relative;
  }
  aside {
    position: relative;
  }
  .logoStrogen {
    top: 20px;
    left: 110px;
  }
  .partnersAbout {
    margin-top: 100px;
    width: 300px;
  }

  .partnersAbout p {
    margin-top: 50px;
    font-size: 17px;
  }
  .social-links {
    left: 133px;
  top: 35px;
    margin: 0;
  }
  .language {
    top: 17px;
  }
  .buttonburg {
    margin: 0;
    position: absolute;
    top: 0;
  }
  .logoPartners img {
    width: 117px;
    height: 80px;
  }
}

@media only screen and (max-width: 391px) {
  .logoStrogen {
    left: 87px;
  }
  .logoPartners {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .social-links {
    left: 117px;
  }

}

@media only screen and (max-width: 320px){
  .logoStrogen{
    left: 60px;
  }
  .social-links {
    left: 82px;
  }

}