@charset "UTF-8";


.termsLink {
  margin-bottom: 30px;
  @media screen and (max-width: 750px) {
    margin-bottom: 20px;
  }
}
.termsLink ul {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}
.termsLink ul li {
  margin: 0 1em;
}
.termsLink ul li a:hover { 
  color: #5ba4d7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}


.logos {
  margin-bottom: 30px;
  @media screen and (max-width: 750px) {
    margin-bottom: 20px;
  }
}

