@import url(./fonts.css);

.footer {
    background-color: #f8f9fa;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-top: 1px solid #dee2e6;
    font-family: Lora-regular;
}

.footer_div {

    padding: 0 15px;
}

.link_pages {
    color: #166e22;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link_pages:hover {
    color: #0d4f19;
}

.f-sec-3 a i,
.f-sec-3 p a i {
    margin-right: 8px;
}