.section-best-offers__wrapper {
    display: flex;
    align-items: start;
    gap: 80px;
}

.section-best-offers__image {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
}

.section-best-offers__image .button {
    margin-top: 40px;
    justify-content: center;
}

.section-best-offers__content {
    max-width: 568px;
    flex: 1 1 0;
}

.section-best-offers__content .section-heading {
    text-align: left;
    padding-bottom: 5px;
}

.section-best-offers__content .section-heading .title {
    font-size: 38px;
}

.section-best-offers__content .section-content p {
    font-family: 'TT Commons', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.section-best-offers__content .component-accordion__list {
    padding-top: 25px;
}

@media (max-width: 1440px)  {
    .section-best-offers__content .section-heading .title {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .section-best-offers__wrapper {
        flex-direction: column;
        gap: 0
    }

    .section-best-offers__image {
        margin: 0 auto 35px auto;
    }

    .section-best-offers__image .button {
        width: 100%;
    }

    .section-best-offers__content {
        max-width: 100%;
    }

    .section-best-offers__content .section-heading .title {
        font-size: 30px;
    }

    .section-best-offers__content .button {
        width: 100%;
        margin-top: 35px;
        justify-content: center;
    }

    .section-best-offers__content .component-accordion__list {
        padding-top: 35px;
    }
}