.footer_section {
    background-color: #d61818;
    color: white;
    padding: 40px 20px 40px;
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
}

.footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 30px;
    align-items: center;
}

.footer_column {
  min-width: 180px;
  text-align: left;
}

.footer_logo {
    width: 240px;
    margin-bottom: 15px;
    height: 135px;
    object-fit: cover;
}
p.phone-icon {
    margin-bottom: 20px;
}

.links_column ul {
  list-style: none;
  padding: 0;
}

.links_column ul li {
    margin: 8px 0;
    text-align: center;
}
.links_column ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Merriweather';
    line-height: 1.6;
}

.contact_column p, .social_column p {
    margin: 10px 0;
    font-family: 'Merriweather';
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.footer_icon {
  width: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
p.phone-icon a {
    font-size: 24px;
}
p.follow-text {
    font-size: 24px;
}
.social_icons i {
    color: #fff;
    background-color: #F5801F;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    align-items: center !important;
    justify-content: center !important;
    display: inline-flex;
}

.contact_column a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.social_icons {
    margin-top: 10px;
    text-align: center;
}

.social_img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f27c16;
  padding: 6px;
  transition: background 0.3s;
}

.social_img:hover {
  background: #ff9c47;
}

.footer_bottom {
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
  padding-top: 15px;
  font-size: 13px;
  margin-top: 20px;
}
.footer_bottom p {
    font-size: 16px;
    font-family: 'Merriweather Sans';
    font-weight: 400 !important;
}

.footer_bottom a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .footer_container {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.footer_column {
    text-align: start;
    width: 100%;
}
.links_column ul li {
   
    text-align: start;
}
  .footer_logo {
    width: 200px;
    height: auto;
  }

 .links_column ul li a, .contact_column p, .social_column p {
    font-size: 16px;
    text-align: start;
}

  .phone-icon a {
    font-size: 20px;
  }

  .follow-text {
    font-size: 18px;
  }
  .footer_container {
      gap: 0px;
      align-items: center;
}
.social_icons {
    margin-top: 10px;
    text-align: left !important;
}
.contact_column p {
    padding-bottom: 5px !important;
}
}


footer#location {
    background: #1E1E1E;
}
.links_column ul li a {
    font-family: "Open Sans", Sans-serif;
    font-weight: 400 !important;
}

.links_column ul li {
    padding-bottom: 10px;
}
.contact_column a {
    font-family: "Open Sans", Sans-serif;
    padding-left: 14px;
       line-height: 29px;
}
.contact_column p {
    /* text-align: left; */
    display: flex;
    justify-content: left;
    text-align: left;
    padding-bottom: 30px;
        align-items: center;
    
}
.social_column p {
    font-family: "Open Sans", Sans-serif;
    line-height: 29px;
}
i.fa.fa-facebook, i.fa.fa-instagram {
    background: #F69321;
}