.service-buttons + .small-cta {
    padding-top: 0;
    margin-top: 0;
}

.small-cta__wrapper {
    padding: 37px 35px 264px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    margin: 0 0 47px;
    display: inline-block;
    width: 100%;
}

.small-cta.bg-white .sub-heading {
    color: #78be20;
}

.small-cta__wrapper .sub-heading {
    color: #fff;
}

.small-cta__wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 271px;
    height: 301px;
    background-color: #fff;
    opacity: 0.08;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.small-cta__wrapper::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 171px;
    height: 189px;
    background-color: #fff;
    opacity: 0.08;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.small-cta__wrapper__image {
    max-width: 208px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
    width: 100%;
    margin: 0 0 0 15px;
    z-index: 2;
}

.small-cta__wrapper__content__btn {
    padding-top: 10px;
}

@media(min-width: 768px) {
    .small-cta__wrapper {
        padding: 68px 258px 76px 58px;
        margin: 0 0 47px;
        text-align: left;
    }

    .small-cta__wrapper__content__btn {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .small-cta__wrapper__content__btn .btn {
        margin: 0;
    }

    .small-cta__wrapper__image {
        max-width: 210px;
        left: unset;
        transform: unset;
        bottom: -49px;
        margin: 0;
        right: 94px;
    }

    .small-cta__wrapper::after {
        width: 301px;
        height: 301px;
    }

    .small-cta__wrapper::before {
        width: 201px;
        height: 209px;
    }
}

@media(min-width: 1200px) {
    .small-cta__wrapper__image {
        max-width: unset;
        bottom: -54px;
        right: 126px;
        width: auto;
      }

    .small-cta__wrapper {
        padding: 64px 368px 64px 64px;
        margin: 0;
    }

    .small-cta__wrapper::after {
        width: 460px;
        height: 460px;
        bottom: -98px;
    }

    .small-cta__wrapper::before {
        width: 460px;
        height: 460px;
        bottom: -235px;
      }
}