﻿#section-footer1 {
    padding: 10px 0px 30px 0px;
    background: url(/images/Map.png) no-repeat top right;
}

#section-footer1 h2 {
   font-size: 29px;
}
.footer-widget ul li {
    margin: 15px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-family: sans-serif;
    display: flex;
    gap: 11px;
    align-items: baseline;
}


.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;
}