
footer .footer-top .footer-contact .logo {
  line-height: 0;
  margin-bottom: 15px;
}

footer .footer-top .footer-contact .logo img {
  max-height: 40px;
  margin-right: 6px;
}

footer .footer-top .footer-contact .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

span.form-predict-lables{
  display: none !important;
}
.label-pr{
  margin-top: 1.5rem!important;
}

.about .content ul li{
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
  span.form-predict-lables{
    display: block !important;
  }
  .label-pr{
    margin-top: 0!important;
  }
}