footer {
  padding: 40px 0;
}

.footer-top {
  position: relative;
  padding-bottom: 30px;
}

.ft-left img {
  display: block;
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

.ft-right ul {
  list-style-type: none;
  padding: 0;
}
.ft-right li {
  padding: 10px 0;
}
.ft-right a {
  text-decoration: none;
  font-size: 18px;
  color: #2381A2;
  line-height: 22px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  background-color: #063D51;
  background-image: url("../../../../uploads/2021/11/arrow-up-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 7px;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.scroll-top a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-bottom {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer-top .container {
    display: flex;
    padding-bottom: 0;
  }

  .ft-left {
    width: calc(100% - 350px);
  }

  .ft-right {
    width: 350px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .scroll-top {
    bottom: 15px;
  }

  .footer-top {
    padding-bottom: 0;
  }
  .footer-top .container {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ft-left {
    width: 380px;
    padding-right: 30px;
  }
  .ft-left img {
    width: 271px;
  }

  .ft-right {
    width: calc(100% - 380px);
    padding-left: 0;
    padding-right: 70px;
  }
  .ft-right ul {
    margin-top: 10px;
  }
  .ft-right li {
    padding: 0 10px;
    display: inline-block;
  }
  .ft-right a:hover {
    text-decoration: underline;
  }

  .scroll-top {
    bottom: auto;
    top: 0;
    left: 998px;
    margin: 0 auto;
  }
}
.footer-flex {
  display: flex;
  justify-content: center;
}

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