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

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

img.results-visual-large {
    display: none;
}

.results-cards svg {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
}

.results-description .description-text h3 {
    margin-top: 16px;
    margin-bottom: 12px;
}

.results-cards {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.results-card {
    margin-bottom: 24px;
}

.results-button {
    min-width: 303px;
}

.results-button a {
    display: inline-block;
}

.results-footer-text {
    margin-bottom: 24px;
}

.results-button .rounded-button {
    padding-right: 29px;
    padding-left: 29px;
}

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

    .results-wrapper {
        flex-direction: row-reverse;
        padding: 40px 0 40px 40px;
        border-radius: 32px;
    }

    .results-visual {
        margin-right: 32px;
        display: flex;
        align-items: center;
    }

    .results-cards {
        flex-direction: row;
    }

    .results-card {
        max-width: 225px;
    }

    .results-card:nth-child(2) {
        margin-right: 12px;
        margin-left: 12px;
    }

    .results-cards svg {
        width: 32px;
        height: 32px;
    }

    .results-description {
        margin-top: 102px;
        margin-bottom: 102px;
        padding-right: 24px;
    }

    img.results-visual-large {
        display: flex;
        width: 440px;
        height: auto;
    }

    img.results-visual-small {
        display: none;
    }
}

@media only screen and (min-width: 1220px) {
    img.results-visual-large {
        width: 604px;
    }
}