/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.footer-top {
  color: #fff;
  font-weight: bold;
  padding: 15px;
}

.footer-top-title {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-top-title {
    font-size: 21px;
  }
}

.footer-top-title .small {
  font-size: 0.8em;
}

.footer-top-text {
  font-size: 14px;
  text-align: center;
  padding: 5px;
}

@media (min-width: 768px) {
  .footer-top-text {
    font-size: 21px;
  }
}

.footer-logo {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .footer-logo {
    flex-direction: row;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=footer.css.map */