#footer{
    background: #fff;
    border-top: 4px solid #B62330;
}
 
#footer .column{
    flex:1;
}
#footer img{
    max-width: 200px;
    margin-top: 30px;
}

#footer .column h3{
    width: 100px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    font-weight: 600; 
    color: #B62330;
    font-size: 18px;
    letter-spacing: 0.4px; 
    margin: 30px 0 10px;
}

#footer .column .contact-info h3{
    border: 0;
    margin: 0
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul li {
    letter-spacing: 0.3px;
    font-size: 15px;
    display: block;
    padding: 5px 0;color: #000;
}

#footer ul li a {
    font-size: 15.5px;
    color: #000;
    font-weight: 450;
}  

#footer span a:hover, a, a:hover {
    color: #000;
    text-decoration: none;
}
#footer ul.contact-list li{
    display: flex;
    gap:10px
}
#footer ul.contact-list li span{
    font-weight:500
}

#bottom {
    padding: 18px 0;
    border-top: 2px solid #f5f5f5; 
}

#bottom p {
    padding: 6px 0; 
    letter-spacing: 0.3px;
    font-size: 15px; 
    font-weight: 600;
    margin: 0 0 10px;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) 
{
    footer{padding: 0 20px;}
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
    footer{padding: 0 20px;}
    #footer .column:first-child{
        width:100%;
        flex:auto;
    }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    footer{padding: 0 20px;}
    #footer img{width:150px}
    /* #footer .column:first-child{
        width:100%;
        flex:auto;
    } */
}

/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #footer{padding: 20px 10px 0;}
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
 #footer{padding: 20px 10px 0;}
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
   #footer{padding: 20px 10px 0;}
}