/* @import url("/styles/general.css"); */

nav {
  background: #000;
}
footer .copyright {
  color: #fff;
}
p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}
h1,
h2,
h3 {
  text-shadow: none;
}
section {
  padding-top: 150px;
  padding-bottom: 60px;
  padding-left: 475px;
  padding-right: 475px;
}
ul li {
  list-style-type: disc;
}
ul {
  padding-left: 30px;
}
ol li {
  display: flex;
  align-items: center;
}
span {
  font-size: 20px;
  line-height: 30px;
  margin-right: 5px;
}

a {
  color: var(--red--color);
}
li span {
  font-weight: bold;
}
ol {
  padding-left: 15px;
}

h1 {
  font-size: 34px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

h2 {
  font-size: 30px;
  line-height: 45px;
  margin-top: 50px;
}

h3 {
  font-size: 26px;
  line-height: 40px;
}
h2,
h3 {
  margin-bottom: 30px;
}

section div {
  margin-bottom: 30px;
}
section div:last-child {
  margin-bottom: 0;
}

.margin--bottom {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  section {
    padding-left: 235px;
    padding-right: 235px;
  }
}

@media screen and (max-width: 1024px) {
  section {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
  h2 {
    font-size: 28px;
    line-height: 42px;
  }
  h2,
  h3 {
    margin-bottom: 20px;
  }
  section div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  section {
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    font-size: 34px;
    line-height: 50px;
  }
  h2 {
    font-size: 26px;
    line-height: 40px;
    margin-top: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 33px;
  }
}
