.faster-better {
    width: calc(100% - 32px);
    max-width: 1432px;
    margin-bottom: 16px;
    border-radius: 20px;
    background-color: #ffffff;
    min-width: 343px;
    margin-left: 16px;
    margin-right: 16px;
}

.faster-better-wrapper {
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
    max-width: 420px;
}

.faster-better-wrapper h3.heading-title {
    margin-top: 12px;
    margin-bottom: 12px;
}

.faster-better-wrapper p.heading-description {
    margin-bottom: 24px;
    max-width: 660px;
}

.faster-visual {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}

.visual-main-text {
    white-space: nowrap;
}
.faster-visual-months {
    display: flex;
    margin-bottom: 20px;
}
.faster-visual-line {
    height: 44px;
    border-radius: 0 12px 12px 0;
    margin-right: 8px;
}
.faster-visual-line.yellow {
    width: 33px;
    background-color: #FFE84D;
}
.faster-visual-line.grey {
    width: 199px;
    background-color: #EAE9E6;
}
.faster-visual-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.faster-cards {
    display: flex;
    flex-direction: column;
}

.faster-card {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    min-width: 220px;
}

.faster-card-icon {
    margin-bottom: 12px;
}

.faster-card-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.faster-button {
    display: none;
}

@media only screen and (min-width: 992px) {
    .faster-better {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 0;
        width: calc(100% - 80px);
        border-radius: 32px;
    }

    .faster-better-wrapper {
        display: flex;
        flex-direction: column;
        padding: 64px;
        max-width: 100%;
    }

    .faster-better-wrapper h3.heading-title {
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 48px;
    }

    .faster-better-wrapper p.heading-description {
        margin-bottom: 24px;
    }

    .faster-visual {
        display: flex;
        flex-direction: column;
    }
    .faster-visual-months {
        display: flex;
        margin-bottom: 20px;
    }
    .faster-visual-line {
        height: 44px;
        border-radius: 0 12px 12px 0;
        margin-right: 8px;
    }
    .faster-visual-line.yellow {
        width: 14%;
        background-color: #FFE84D;
    }
    .faster-visual-line.grey {
        width: 84%;
        background-color: #EAE9E6;
    }
    .faster-visual-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

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

    .faster-card {
        margin-top: 24px;
        width: 33.3%;
    }

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

    .faster-card-icon {
        margin-bottom: 12px;
    }

    .faster-card-heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .faster-button {
        display: flex;
        padding-top: 24px;
    }
}
