@media (max-width: 768px) {
    .hero-section{
        border-bottom-right-radius:5%;
    }
    .section-title {
        font-size: 2rem;
    }
    
    .process-steps {
        gap: 20px;
    }
    
    .step-wrapper {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .step-card {
        padding: 20px 15px;
        min-height: 220px;
    }
    
    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .step-card h4 {
        font-size: 1.1rem;
    }
    .step-item {
        flex-direction: column;
        text-align: center;
    }
    
    .step-card {
        flex-direction: column;
        text-align: center;
    }
    
    .step-arrow {
        transform: rotate(90deg);
        margin: 15px 0;
        display:none;
    }

    .fa-arrow-down{
        display:none;
    }
    
    .trust-badges {
        gap: 15px;
    }
    
    .trust-item {
        width: 100%;
        justify-content: center;
    }
    .partner-slide {
        flex: 0 0 calc(50% - 20px);
    }
    .slider-container {
        padding: 0 30px;
    }

}