@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

/* css for section-footer */
.section-footerTop {
  background-color: #222;
  padding-bottom: 35px;
}

.section-footerTop .footerTop-content {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
}

.section-footerTop .footerTop-content.last-child {
  padding: 0;
  border: 0;
}

.section-footerTop .footerTop-content h3 {
  margin: 0 0 35px 0;
}

.section-footerTop img {
  width: 100%;
}

.section-footerBottom {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.section-footerBottom .footerBottom-content {
  text-align: center;
}

.section-footerBottom .footerBottom-content p {
  font-size: 14px;
}