.first-screen-multi-buttons {
    padding-bottom: 60px;
    padding-top: 41px;
}

.enable-straight-bg.first-screen-multi-buttons {
    padding-bottom: 0;
    padding-top: 0;
}


section:has(.first-screen-multi-buttons) {
    margin-top: 70px;
}

body:has(.first-screen-multi-buttons) .elementor-widget-wrap {
    padding: 0!important;
}

.elementor-widget-wrap:has(.first-screen-multi-buttons) {
    padding: 0!important;
}

.first-screen-multi-buttons__text-content {
    padding-top: 50px;
    flex-basis: 617px;
}

.enable-straight-bg .first-screen-multi-buttons__text-content {
    padding-top: 0;
}

.first-screen-multi-buttons__wrapper {
    display: flex;
}

section:has(.first-screen-multi-buttons) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

section:has(.enable-straight-bg ) {
    clip-path: unset!important;
}

.first-screen-multi-buttons__image-wrapper {
    margin-right: -295px;
    display: flex;
    justify-content: center;
}

.first-screen-multi-buttons__image {
    object-fit: contain;
    width: 100%;
    max-width: 842px!important;
}

.first-screen-multi-buttons__heading * {
    font-weight: 600!important;
}

.first-screen-multi-buttons__heading  {
    margin-bottom: 10px;
}

.first-screen-multi-buttons__text {
    margin-bottom: 30px;
}

.first-screen-multi-buttons__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.first-screen-multi-buttons__btn {
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024.98px) {
    .first-screen-multi-buttons {
        padding-bottom: 80px;
        padding-top: 30px;
    }


    .first-screen-multi-buttons__wrapper {
        flex-direction: column-reverse;
    }

    .first-screen-multi-buttons__text-content {
        flex-basis: 100%;
        padding-top: 0;
        text-align: center;
    }

    section:has(.first-screen-multi-buttons) {
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }

.first-screen-multi-buttons__actions {
    justify-content: center;
}

    .first-screen-multi-buttons__image-wrapper {
        margin-right: 0!important;
        margin-left: -60px!important;
    }

    .enable-straight-bg .first-screen-multi-buttons__image-wrapper {
        margin-left: 0!important;
    }

    .first-screen-multi-buttons__image {
        min-height: 251px;
        min-width: 500px;
    }

    .enable-straight-bg .first-screen-multi-buttons__image {
        min-width: 100%;
        min-height: 311px;
    }
}

@media screen and (max-width: 767.98px) {
    section:has(.first-screen-multi-buttons) {
        margin-top: 60px;
    }
}

@media screen and (max-width: 599.98px) {
    .first-screen-multi-buttons__actions {
        flex-direction: column;
        align-items: center;
    }



    .first-screen-multi-buttons {
        padding-top: 20px;
    }

    .first-screen-multi-buttons__btn {
        width: fit-content;
        min-width: 221px;
    }
}