.footer-wrapper {
    background-color: #1B6F45;
    color: white;
}
.footer-wrapper .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-wrapper .content-wrapper {
    padding: 20px 0.5rem;
    max-width: 33.33%;
}

.footer-header {
    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 20px;
}

.footer-content {
    padding: 20px 0;
    text-align: justify;
    font-size: 14px;
}

.decoration-short-line {
    border: 1px solid;
    width: 100px;
    margin: 5px 0px;
}

.decoration-long-line {
    border: 1px solid;
    width: 150px;
    margin: 2px 0px;
}

.footer-navigation a{
    color: white;
}

.footer-navigation a:hover {
    text-decoration: lightgreen;
}

.footer-navigation > .footer-link{
    padding-bottom: 10px;
}

.footer-navigation .footer-link:last-child{
    padding-bottom: 0px;
}

.corp {
    background-color: #024222;
    text-align: center;
}

@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    .footer-header {
        font-size: 18px;
        line-height: 26px;
    }
    .footer-content {

        font-size: 12px;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .footer-wrapper .container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .footer-wrapper .content-wrapper {
        max-width: 100%;
    }
}
