.agb-section {
  margin-top: 120px;
  margin-bottom: 20px;
}

.container {
  line-height: 1.6;
  /*width: 92%;*/
  margin: 40px 80px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #303030;
  font-weight: 300;
}

.p-middle-weight {
  font-weight: 600;
}

strong {
  display: block;
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #303030;
  font-weight: 600;
}


@media (max-width: 768px) {

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 0.9rem;
  }

  .container {
    margin: 40px 15px;
  }


}
