.footerBox {
  color: #313a6a;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.footerBox .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.footerBox .footer-icon {
  color: #313a6a;
  font-size: 50px;
  line-height: 130px;
  height: 130px;
  width: 130px;
  margin: 0 auto 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px gold,-5px -5px 5px #fff;
}

.footerBox .description {
  color: #313a6a;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0 10px;
}

@media only screen and (max-width: 990px) {
  .footerBox {
    margin: 0 0 30px;
  }
}

.footerBoxblue {
  color: gold;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.footerBoxblue .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.footerBoxblue .footer-icon {
  color: #gold;
  font-size: 50px;
  line-height: 130px;
  height: 130px;
  width: 130px;
  margin: 0 auto 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px gold,-5px -5px 5px #313a6a;
}

.footerBoxblue .description {
  color: gold;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0 10px;
}

@media only screen and (max-width: 990px) {
  .footerBoxblue {
    margin: 0 0 30px;
  }
}

