.base {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    text-align: center;
}

.backgroung-image {
    background-size: cover;
    background-position: center;
}

.container {
    max-width: 1280px;
    display: flex;
    padding: 4rem 4rem;
    margin: 0 auto;
    flex-grow: 1;
    justify-content: center;
}

