footer {
    width: 100%;
    background-color: #3B9197;
    background-image: url(../../assets/images/8727\ 2.png);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    display: flex;
    justify-content: center;
}
*{
    word-wrap: break-word;
}

.div-footer {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    min-height: 129px;
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
    
}

footer span {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    padding: 10px;
}

footer p {
    color: #fff;
    text-align: left;
    font-size: clamp(0.6rem,13px, 1.5rem);
}
footer a{
    text-decoration: none;
    color:#fff;   
}
footer span p a{
font-weight: 600;
}

@media(max-width:600px){
    footer{
        max-height:50px;
        height: 50px;
    }
    .div-footer{
        display: none;
    }
}