.foot {
    height: auto;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #e7f2ad 0%, #fafcf1 50%);
}

.footer-text {
    padding-top: 20px;
    color: #389339;
    text-align: center;
    font-size: calc(1rem + 0.4vmin)
}
.align_left {
    text-align: left;
}

@media screen and (max-width:991px){
    .footer-text2 {
        text-align: left;
        transform: translateX(15%)
    }

}
.footer-text a:link,
.footer-text a:visited {
    color: #389339;
    text-decoration: none;
}

.footer-text a:hover {
    color: black
}

.footer-text2 {
    padding:5px;
    color: #585858;

}

.footer-text3 {
    color: #999;
    font-size: 1rem;
}

table.footer-table {
    margin: 0 auto;
}
table.footer-table td, table.footer-table th {
  padding: 3px 3px;
}

@media screen and (max-width:768px) {
    .no-gutters>.col, .no-gutters>[class*=col-] .long_address {
        padding-right: 5rem;
    }
}
