﻿#section-footer1 {
    padding: 10px 0px 30px 0px;
    background: url(/images/Map.webp) no-repeat top right;
}

#section-footer1 h2 {
   font-size: 25px;
}
.footer-widget ul li {
    /*margin: 15px 0px;*/
    margin: 5px 0px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: sans-serif;
    display: flex;
    gap: 11px;
    align-items: baseline;
    border-bottom: solid 1px #e7e7e7;
}


.footer-widget h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
}
.list-inline {
    list-style: none;
    display: flex;
    padding: 0 11px 0 1px;
}

.footer-widget img {
    width: 40px;
    aspect-ratio: 37 / 37;
    max-width: 100%;
    height: auto;
    /* background-color: #f0f0f0; */
    display: block;
}