.footer{
    color: white;
    background-image: url("../images/6586755_3359732.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: clamp(2rem,5vw,5rem);
    padding-top: clamp(2rem,5vw,5rem);
}
.footer__content{
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%,24rem),1fr));
}
.footer__content ul{
    line-height: 2rem;
    padding: 0;
}
.footer__title{
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255,0.25);
    margin-bottom: 1rem;
}
.footer__text{
    font-size: 0.9rem;
    color: #f3f3f3;
    text-decoration: none;
}