.banner-footer{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(325deg, #C1161F, #B5165B, #7D3EAB, #334897);
    padding: 60px 20px;
}

@media (max-width: 768px) {
.banner-footer{
    flex-direction: column;
}
}
