.about {
  background-image: url("../images/background-silver.webp");
}
.about img {
  padding-bottom: 100px;
  margin-top: -50px;
  height: 300px;
  width: 70%;
  object-fit: cover;
  opacity: 0.8;
  margin-left: 30%;
}
.about-container {
  font-size: 28px;
  padding: 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
}
.about-container a {
  color: var(--lose);
  font-weight: bold;
}
.about-container h1 {
  font-size: 1em;
}
.about-container img {
  width: 100%;
  max-width: 250px;
  height: auto;
  padding: 30px 0 10px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.about-container .about-container-txt {
  padding: 10px 0;
}
.about-container p {
  font-size: 0.5em;
}

@media screen and (max-width: 850px) {
  .about img {
    height: 250px;
  }
}

@media screen and (max-width: 550px) {
  .about img {
    margin-top: -20px;
    height: 120px;
  }
  .about .container {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 360px) {
  .about img {
    margin-top: 0;
    height: 100px;
  }
}
