
/* Footer */
.footer-container {
    max-width: 1300px;
    margin:auto;

}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem;
}

.footer-container ul {
    list-style: none;
}

.footer {
    background-color: hsl(216, 53%, 9%);
    padding: 25% 0 10%;
}

.footer-col {
   width: %;
   padding: 0 10px;
}

.footer-col h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    font-size: 16px; 
    margin-bottom: 35px;
    position: relative;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a { 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    font-size: 17px; 
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}


.footer-logo {
    padding-bottom: 4rem;
}


    .footer{
        padding: 5% 0 5%;
    }

@media(max-width: 767px){
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media(max-width: 574px){
    .footer-col {
        width: 100%;
    }
}
