footer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 120px;
  padding: 50px 50px 100px 50px;
}
footer h1 {
  font-size: 50px;
  color: #001428;
  margin-bottom: 5px;
}
footer .line {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
footer .line .firstLine {
  width: 20%;
  height: auto;
  border: 1px solid #2b7270;
  margin-bottom: 10px;
}
footer .line .secondLine {
  width: 10%;
  height: auto;
  border: 1px solid #2b7270;
}
footer .icon {
  width: 400px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .icon img {
  width: 60px;
  height: auto;
}

@media screen and (min-width: 901px) and (max-width: 1300px) {
  footer {
    padding: 50px 35px 90px 35px;
  }
  footer h1 {
    font-size: 35px;
  }
  footer .line {
    margin-bottom: 70px;
  }
  footer .line .firstLine {
    width: 30%;
    height: auto;
  }
  footer .icon {
    width: 300px;
    height: auto;
  }
  footer .icon img {
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 551px) and (max-width: 900px) {
  footer {
    padding: 50px 35px 90px 35px;
  }
  footer h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  footer .line {
    margin-bottom: 60px;
  }
  footer .line .firstLine {
    width: 30%;
    height: auto;
  }
  footer .icon {
    width: 300px;
    height: auto;
  }
  footer .icon img {
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 321px) and (max-width: 550px) {
  footer {
    padding: 50px 15px 80px 15px;
  }
  footer h1 {
    font-size: 27px;
    margin-bottom: 0;
  }
  footer .line {
    margin-bottom: 40px;
  }
  footer .line .firstLine {
    width: 30%;
    height: auto;
    margin-bottom: 8px;
  }
  footer .icon {
    width: 200px;
    height: auto;
  }
  footer .icon img {
    width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  footer {
    padding: 40px 8px 60px 8px;
  }
  footer h1 {
    font-size: 23px;
    margin-bottom: 0;
  }
  footer .line {
    margin-bottom: 40px;
  }
  footer .line .firstLine {
    width: 30%;
    height: auto;
    margin-bottom: 8px;
  }
  footer .icon {
    width: 150px;
    height: auto;
  }
  footer .icon img {
    width: 30px;
    height: auto;
  }
}

/*# sourceMappingURL=footer.css.map */
