.footer-block {
  display: flex;
  background-color: #2480E8;
  margin-top: 155px;
  justify-content: space-evenly;
  padding-top: 15px;
}

.footer-text, .policy-text, .terms-text {
  color: white;
  font-size: 15px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}


@media (max-width: 320px) {
  .footer-text, .policy-text, .terms-text {
    font-size: 12px;
  }

  .footer-text {
    margin-left: -3px;
  } 
}  
  
@media (max-width: 700px) { 
  .footer-text, .policy-text, .terms-text {
    font-size: 12px;
  }

  .footer-text {
    margin-left: -3px;
  } 
}
              
@media (max-width: 1024px) {  
  .footer-text, .policy-text, .terms-text {
    font-size: 12px;
  }

  .footer-text {
    margin-left: -3px;
  } 
}











































