footer {
    margin-top: 100px;
    background:#1f553f;
    color:white;
    padding:60px 40px;
    font-family:sans-serif;
}
footer .top {
    margin:auto;
    display:flex;
    justify-content:center;
    
}
.footer-container {
    width: max-content;
    display: flex;

}
footer .top div {
    width: max-content;
}
.left-margin {
    margin-left: 150px;
}
footer .top div h3 {
    margin-bottom:20px;
    font-size:22px;
}
footer .top div p i {
    margin-right:10px;
}
footer .top div div {
    margin-top:25px;
}
footer .top div a {
    all: unset;
    color:white;
}
footer .top div ul {
    list-style:none;
    padding:0;
    line-height:1.9;
}
footer .top div ul li i {
    margin-right:8px;
}
footer .bottom hr {
    border-color:#ffffff33;
    margin:40px 0;
}
footer .bottom p {
    text-align:center;
    opacity:0.7;
}
.footer-icon {
    font-size:22px;
    margin-right:15px;
    cursor:pointer;
    transition:0.2s;
}
.footer-icon:hover {
    color:#d6ffd6;
}