
.main-footer .main-footer-content {
    border-radius: 64px;
    background: #1ab489;
    padding: 60px;
}
@media (max-width: 991px) {
    .main-footer .main-footer-content {
        padding: 40px 20px 30px;
    }
}
.main-footer .main-footer-content .link-footer li {
    width: 50%;
}
.main-footer .main-footer-content .link-footer a {
    color: #1E1E1E;
    display: inline-block;
    padding: 5px 0px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    transition: color 200ms;
}
.main-footer .main-footer-content .link-footer a:hover {
    color: #fe7729;
}
