@media screen and (max-width: 1080px) {
    .index-company-features > .elementor-element > .elementor-widget-image:last-child{
        position: unset;
        width: 100%;
        transform: unset;
    }
}
@media screen and (max-width: 799px) {
    .elementor-form .elementor-form-fields-wrapper > div{
        margin-bottom: 15px !important;
    }
}