.boost-performance {
    /* padding-top: 5.625rem; */
    padding-bottom: 5.625rem;
    position: relative;
}

.boost-performance__image-wrapper {
    width: 100%;
    /* margin-top: -195px; */
}

.boost-performance__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.boost-performance__content {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 2rem;
}

.boost-performance__title {
    font-family: var(--font-secondary);
    color: var(--color-primary);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 1.25rem;
}

.boost-performance__text {
    font-family: var(--font-primary);
    color: var(--color-text);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1.875rem;
}

@media (min-width: 769px) {
    .boost-performance {
        padding-top: 7.5rem;
        padding-bottom: 8.4375rem;
    }

    .boost-performance-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 3.75rem;
        align-items: flex-start;
    }

    .boost-performance__content {
        width: 50%;
        max-width: 470px;
        align-items: flex-start;
        margin-top: 0;
        order: -1;
    }

    .boost-performance__title {
        font-size: 70px;
        line-height: 60px;
        text-align: left;
        margin-bottom: 1.25rem;
    }

    .boost-performance__text {
        text-align: left;
        max-width: 100%;
        margin: 0;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 1.875rem;
    }

    .boost-performance__buttons {
        flex-direction: row;
        gap: 1.5rem;
        width: auto;
    }

    .boost-performance__button {
        width: auto;
        padding: 1rem 2rem;
        font-size: 1.125rem;
        height: auto;
    }

    .boost-performance__image-wrapper {
        width: 50%;
        margin-top: 0;
        order: 0;
    }
}

@media (max-width: 768px) {
    .boost-performance__image-wrapper {
        max-width: 100%;
    }
}