footer {
  display: flex;
  flex-direction: column;
}

.centered_phrase {
  text-align: center;
  margin-bottom: 50px; 
  
}

.other_content {
  display: flex;
  justify-content: space-between;
  padding-left: 12.5%;
}

 .footer_item{
    font-size: 16px; 
    margin-bottom: 10px; 
    padding-left:10%;
  }

  footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    color: #404040;
    position: static;
    margin-top: 20%;
    width: 100%;
    margin-top: 20%;
    background-color: #ffffff;
  }
  
  .footer_item {
    flex: 1; 
    text-align: left; 
    padding: 0 10px;
  }
  
  .footer_item h4 {
    font-size: 16px; 
    margin-bottom: 5px; 
  }

  .footer_item h5 {
    font-size: 14px; 
    margin-bottom: 2.5px;
    padding-left: 4.5%; 
  }
  
  .footer_item p {
    color: #414141;
    font-size: 14px;
    margin: 0; 
    padding-top: 2.5%;
  }

  .footer_item p a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }


  /* Media Queries for Tablet */
@media (max-width: 1025px) {
  
  .footer_item {
    flex-basis: 100%; 
    margin-bottom: 10px; 
  }

  footer {  
    align-content: stretch;
    padding-top: 2.5%;
    margin-top: 60%;
  }
}

/* Media Queries for Phone */
@media (max-width: 768px) {
 
  footer {
    display: none;
    padding: 2% 2%;
    margin-top: 60%;
  }
  
  .footer_item {
    font-size: 11px;
  }

  .footer_item p {
  font-size: 11px
}

  .other_content h4{
    font-size: 13px;
  }


}
