
.footer-wrapper {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #F5F5F5;
}

.footer-container {
    margin: auto;
}

.first-col .head-para {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #58595B;
}

.first-col p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #58595B;
}

/*.first-col {*/
/*    width: 32% !important;*/
/*}*/

.second-col p,
.third-col p,
.fourth-col p {
    margin: 0;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.fourth-col .footer-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #FFFFFF;
}

.fourth-col .footer-info .head {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 12px;
}

.footer-wrapper ul {
    padding: 0;
}

.footer-wrapper ul li {
    padding-bottom: 15px;
    list-style: none;
}

.footer-wrapper ul li a {
    text-decoration: none;
    color: #54595F;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-wrapper ul li a:hover {
    color: rgb(33, 102, 95);
}

.fourth-col .footer-info {
    font-size: 14px;
    font-weight: 500;
    line-height: 2em;
    color: #54595F;
    margin: 0;
    padding: 0;
}

hr {
    border-top: 1px solid #21665F25;
    opacity: 1;
}

.socials svg {
    fill: #58595B;
    transition: fill 0.4s ease;
}

.footer-extra-info p {
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}

.footer-extra-info strong {
    color: rgb(33, 102, 95);
}

@media (min-width: 768px) {
    .footer-divider {
        border-left: 1px solid #21665F25;
    }
}

.bottom-border {
    border-bottom: 1px solid #21665F25;
    margin-bottom: 15px !important;
}
