#section_6 > .service_card_image
{
    width: 100% !important;
}

#section_6 > .service_card_image > img
{
    width: 100% !important;
}
#section_6 > .service_card_image > img:nth-child(1)
{
    width: 130% !important;
}


@media only screen and (max-width: 822px) and (min-width: 439px)
{ 

}






@media only screen and (max-width: 439px)  
{ 
   
    #section_6
    {
        padding: 6vw 10vw;
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        gap: 6vw;
        overflow: hidden !important;
    }
    #section_6 > .service_card_image
    {
        width: 100% !important;
        height: 75vw !important;
        order: 2 !important;
    }
    #section_6 > .service_card_information
    {
        width: 100% !important;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        gap: 1.5vw;
        overflow: hidden !important;
        order: 1 !important;
    }
    #section_6 > .service_card_information > h2
    {
        font-size: 4.5vw;
    }
    #section_6 > .service_card_information > p
    {
        font-size: 3vw;
    }

    #section_6 >  .service_card_left > .service_card_image_2
    {
        display: none !important;
    }
    #section_6 .service_card_center > .service_card_image_2
    {
        display: none !important;
    }
    #section_6 >  .service_card_right > .service_card_image_2
    {
        display: none !important;
    }
    
}