.footer {
    background: #d08f8f; /* seu rosa */
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-col {
    width: 30%;
    min-width: 200px;
}

.footer h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px){
.menuinsta, .slick-slider {
display: none !important;
}
}