/** Shopify CDN: Minification failed

Line 39:0 Unexpected "}"
Line 70:1 Expected "}" to go with "{"

**/
.widerruf-section {
 max-width: 90rem;
  margin: 0 auto;
}

.widerruf-container {
  font-size: 1.1rem;
  line-height: 1.6;
}

.widerruf-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}

.widerruf-subtitle {
  font-size: 1.4rem !important;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
  span{
    text-transform: capitalize;
    font-weight: 500;
  }
}
}

.widerruf-sub {
  font-style: italic;
  font-weight: normal;
}

.widerruf-content h5 {
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
   text-transform: uppercase;
}

.widerruf-mail,
.widerruf-phone {
  font-weight: bold;
  text-decoration: none;
}

.widerruf-content p {
  margin-bottom: 15px;
}
@media (max-width: 1480px){
  .widerruf-section{
    padding: 18px;
}
  @media (max-width: 554px){
  .widerruf-title, .widerruf-subtitle{
    text-align: center;
}