.sales {
    max-width: 1512px;
    width: -webkit-fill-available;
    margin-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.sales-wrapper {
    background-color: #ffffff;
    padding: 20px 20px 0 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.sales-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sales-text h3 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.sales-visual img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 683px;
    margin: auto;
}

.sales-button {
    padding-top: 24px;
    padding-bottom: 32px;
    min-width: 303px;
}

@media only screen and (min-width: 992px) {
    .sales {
        padding-left: 40px;
        padding-right: 40px;
    }

    .sales-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 64px 32px 0 64px;
    }

    .sales-text {
        padding-right: 20px;
    }

    .sales-description {
        max-width: 455px;
    }
}