/* Footer */

.footer-main h5{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer-main a{
    text-decoration: none;
    color: #000;
    font-size: 0.9rem;
    padding: 5px 0;
    display: block;
    transition: all 0.3s ease;
}
.footer-main a:hover{
    text-decoration: underline;
}
.top-footer{
    max-width: 70%;
    padding: 30px 0;
}
.top{
    border-top: 2px solid #e6e6e6;
}
.footer-main .col{
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: start;
    align-items: start;
}
.site-copy{
    margin: 0;
    padding: 0;
    
}
.site-copy img{ 
    width: 20px;
    transition: all 0.3s ease;
}
.site-copy img:hover{
    transform: translateX(-0.5rem);
    transition: all 0.3s ease;
}