@media screen and (min-width: 320px) {
  .about, .offers {
    background-color: #000;
    color: #fff;
    padding-inline: 5%;
    position: relative;
    width: 100%;
  }
  .about h2, .offers h2 {
    font-size: 4em;
    line-height: 0.7;
    margin-block: 0;
    position: absolute;
    top: -28px;
  }
  .about p, .offers p {
    font-size: 1em;
    padding-block: 3em;
  }
  .about p span, .offers p span {
    color: #2272FF;
  }
}
@media screen and (min-width: 768px) {
  .about h2, .offers h2 {
    font-size: 8em;
    top: -55px;
  }
  .about p, .offers p {
    font-size: 1.5em;
  }
}/*# sourceMappingURL=about.css.map */