body {
  font-family: "Jost", sans-serif;
  text-align: justify;
  line-height: 1.7;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.bg-center {
  background: url("../image/bg-img/center-bg.svg") no-repeat center center/cover;
}

.bg-left {
  background: url("../image/bg-img/left-bg.svg") no-repeat;
}

.bg-right {
  background: url("../image/bg-img/right-bg.svg") no-repeat right;
}

footer .footer-right {
  padding: 20px 40px;
}

footer .footer-right h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #000000;
  opacity: 1;
  margin-bottom: 20px;
}

footer .footer-right a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #000000;
  opacity: 1;
  padding: 0;
}

footer .footer-right .logo-copyright {
  margin-top: 50px;
  text-align: center;
}

footer .footer-right .logo-copyright img {
  display: inline-block;
  padding: 0 8px;
  /* height: 54px;
   width: 54px; */
}

footer .footer-right .logo-copyright p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #626263;
  opacity: 1;
}

#footer-image {
  margin-top: 50px;
  /* height: 100px; */
  /* position: relative; */
  background: url("../image/footer-bottom-img.png") repeat-x top center;
  background-position: top center 50% 50%;
  height: 40px;
}
