/*One-Time-Purge-Shredding Style*/

.snw-how-it-works .work-steps .elementor-widget-heading::before {
    content: "";
    width: 85%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 4px;
    position: absolute;
    left: 7.5%;
    bottom: 36%;
}

.snw-how-it-works .work-steps .elementor-widget-heading .elementor-heading-title {
    display: inline-block;
    background-color: var(--ast-global-color-5);
    position: relative;
    padding: 0 4%;
    font-size: 2.125rem;
}

.snw-security {
    min-height: 70vh;
    display: flex;
    align-items: end;
}

@media (max-width: 1024px) {
    .snw-security {
        min-height: 35vh;
    }
    
    .snw-how-it-works .work-steps .elementor-widget-heading .elementor-heading-title {
        font-size: 1.25rem;
    }
    
    .snw-how-it-works .work-steps .elementor-widget-heading::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .snw-how-it-works .work-steps img {
        max-width: 60%;
    }
    
    .snw-how-it-works .work-steps .elementor-widget-heading .elementor-heading-title {
        font-size: 1.475rem;
    }
    
    .snw-how-it-works .work-steps .elementor-widget-heading {
        margin-bottom: 0;
    }
}

























