@font-face {
  font-family: "AcidGrotesk";
  src: url("./fonts/AcidGrotesk-Normal.otf") format("opentype");
  src: url("fonts/AcidGrotesk-Normal.woff") format("woff"),
  }

html body {
  font-family: 'AcidGrotesk', Arial, sans-serif;
  margin: 0;
}
.title::before {
  content: url(images/brush-left.svg);
  position: relative;
  width: 40px;
  height: 40px;
  bottom: 25px;
}

#subtitle::after {
  content: url(images/brush-long.svg);
  position: relative;
  width: auto;
  height: auto;
}

footer #description {
  color:white;
  width:100%;
  display: flex;
  justify-content: center;
  max-width: 700px;
}

#white-container {
  background-color: white;
  width: 960px;
  height: auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.container {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 522px;
  position: relative;
}

@media screen and (max-width: 700px) {
  .title::before {
    content: url(images/brush-left.svg);
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 40px;
  }

  #subtitle::after {
    content: url(images/brush-long.svg);
    position: relative;
    max-width: 400px;
    height: auto;
    overflow: hidden;
  }

  footer #description {
    max-width: 400px;
  }

  #white-container {
    background-color: white;
    width: auto;
    height: auto;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 650px;
    position: relative;
  }
}

@media screen and (max-width: 500px) {
  #subtitle::after {
    content: url(images/brush-long.svg);
    position: relative;
    max-width: 300px;
    height: auto;
    overflow: hidden;
  }

  footer #description {
    max-width: 300px;
  }
}

p {
  line-height: 1.4rem;
}