.footer {
    background-color: #111;
    color: white;
}
.black-section {
    background-color: #111;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 5px;
}
.red-section {
    background-color: #Ae1419;
    padding: 10px 50px;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-address {
    font-size: 13px;
    color:#e3e3e3;
    font-weight: normal;
}

.address, .certifications, .associated-with {
    margin-bottom: 20px;
}
.address a{
    color:white;
}
.address{
    white-space: nowrap;
    text-align: left;
}
.address strong{
    margin-top: -10px;
}
.copyright {
    font-weight: bold;
}
.links {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    float: left;
}
.links a {
    margin: 0;
    margin-right: 10px;
    color: white;
}

.social-icons {
  display: flex;
  padding: 0;
  margin: 10px 0 0 -5px;
  margin-left: -5px;
  border-radius: 25px;
}

.social-icons a {
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  display: flex;
  margin: 0 2px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(53, 53, 53);
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: #AE1419;
}
.company_title{
    font-size: 14px;
    float: right;
}
@media (max-width: 567px) {
.red-section{
    padding: 0;
}

}
@media (max-width: 1100px) {
.black-section {
    height: auto;
    }
.footer{
    text-align: center;
}
.links{float: none;}
.social-icons{
    justify-content: center;
}
.company_title{
    text-align: center;
    float: none;
}
.address{
    text-align: center;
    white-space: pre-line; /* Preserve line breaks */
    margin-top: -28px;
}
}