.sigmund_showcase_cta .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
    transition: 0.3s;
}

.sigmund_showcase_cta .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon:hover {
    background-color: #ffdd33 !important;
    -webkit-box-shadow: 3px 3px #04b4c6, -3px -3px #ff6868 !important;
    box-shadow: 3px 3px #04b4c6, -3px -3px #ff6868 !important;
}




/*Sigmund start project cta*/

.sigmund_start_project_cta .et_pb_button_module_wrapper a.et_pb_button {
    box-shadow: 0 0 #ffdd33, 0 0 #ffdd33 !important
}

.sigmund_start_project_cta .et_pb_button_module_wrapper a.et_pb_button:hover {
    -webkit-box-shadow: 6px 6px #ffdd33, -6px -6px #ff6868 !important;
    box-shadow: 6px 6px #ffdd33, -6px -6px #ff6868 !important;
}



@media only screen and (min-width: 1930px) {
    .sigmund_showcase_cta:before {
        width: 539% !important;
    }
}

@media only screen and (max-width: 1390px) {
    .sigmund_start_project_cta .et_pb_row,
    .sigmund_showcase_cta .et_pb_row {
        width: 90% !important;
    }

    .sigmund_showcase_cta:before {

        width: 540% !important;
    }
}

@media only screen and (max-width: 980px) {
    .sigmund_showcase_cta:before {
        width: 563% !important;
        transform: skew(36deg) !important;
    }

    .sigmund_start_project_cta .et_pb_row .et_pb_promo_description h2,
    .sigmund_start_project_cta .et_pb_row .et_pb_promo_description,
    .sigmund_start_project_cta .et_pb_row .et_pb_button_module_wrapper{
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .sigmund_showcase_cta:before {
        width: 100% !important;
        transform: skew(0) !important;
        margin-left: 0 !important;
        opacity: 0.8;
    }
}
