main {
  background-color: white;
  height: 937px;
  display: flex;
  flex-direction: column;
}

.panel {
  margin-top: 64px;
  margin-left: 32px;
  margin-right: 32px;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.panel__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  align-self: center;
}

.panel__header {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #000;
  margin-bottom: 22px;
  align-self: flex-start;
}

.panel__description {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  color: #000;
  margin-bottom: 42px;
}

.line {
  width: 1054px;
  border: 1px solid #878787;
  margin-bottom: 33px;
}

.brand__subheader {
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 576px) {
  .wrapper {
    margin-top: 15px !important;
  }
  .panel__text-container {
    width: 90%
  }
  .panel {
    width: 100%;
    margin-top: 32px;
  }
  .panel__header {
    margin-left: 12px;
    font-size: 20px;
    line-height: 26px;
  }
  .panel__description {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-left: 12px;
    margin-right: 12px;
  }
  .brands {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .brand__subheader {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.09em;
    text-align: center;
    margin-bottom: 16px;
  }
  .brand__container {
    width: 352px;
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: hsl(0deg, 0%, 98%);
    padding-top: 58px;
    padding-bottom: 58px;
  }
}/*# sourceMappingURL=cennik.css.map */

@media screen and (min-width: 576.01px) and (max-width: 1024px) {
  .panel__text-container {
    width: 90%
  }
  .main--links {
    display: none;
  }

  .panel {
    margin-left: 32px;
    margin-right: 32px;
  }

  .brands {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 48px;
  }

  footer {
    margin-top: 64px;
  }
}