.footer {
  background-color: #f6f6f6;
  background-image: url("../img/TAIWAN POST-TENSIONING INSTITUTE.svg");
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: 100% 100%;
  padding: 2rem 0 0.5rem;
}
@media screen and (max-width: 992px) {
  .footer {
    background-image: none;
  }
}
.footer .footerLogo {
  margin-bottom: 1rem;
}
.footer .footerLogo .footerLogoImg {
  display: block;
}
.footer .footerLink {
  color: #003674;
  font-size: 1.2rem;
  display: block;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  text-decoration: none;
}

.copyRight {
  padding: 0.2rem 0 0 0;
}
.copyRight .elementorText {
  font-size: 12px;
  color: #303030;
}

@media (max-width: 768px) {
.footer .footerLink {
    width: 50%;
    text-align: center;
  }
}

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