footer {
    width: 100%;
    height: fit-content;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
footer img {
    width: 160px;
    height: auto;
}

footer .cta {
    margin-top: 30px;
}