.footer {
    /*background: #241e09 url('../img/footergraph.png') bottom left;*/
    background-color: #018000;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #dbdbdb;
    min-height: 340px;
    margin-top: 80px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 240px;
    font-size: 18px;
}

.footer .text-legal {
    color: #9d9d9d;
}

.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}

.text-grey {
    color: #F4F1E0;
}
.footer-follow-us-lists .text-grey {
color: #bbb69b
}

.footer-nav {
    display: grid;
    justify-items: start;
    grid-gap: 70px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.footer-description {
   max-width: 210px;
   justify-self: start;
}

.footer-description-title {
    margin-bottom: 24px;
    font-size: 24px;
}

.footer-description-detail {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.footer-description-icon {
    padding-right: 10px;
}

.footer-follow-us-lists {
    color: #dbdbdb;
    display: flex;
    text-decoration: none;
    list-style-type: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.follow-us-list {
    justify-self: start;
    padding-right: 10px;
    line-height: 28px;
}

.follow-us-list a {
    color: #fff;
    text-decoration: none;
}



@media (min-width: 768px) {


   .footer-nav {
      justify-items: start;
   }
   
}


@media (min-width: 1200px) {


   .footer-nav {
      justify-items: center;
   }
   
}