﻿@media (max-width: 1260px) and (min-height:750px) {
    .row_coloumn {
        flex-direction: column;
    }

    .left_img {
        margin-bottom: 4rem;
    }

        .left_img img {
            width: 100%;
        }

    .exPadd {
        padding: 0rem 0rem;
    }
    #title {
        width: 13rem;
    }
}

@media (min-width: 1700px){
    #ourStepProcess svg {
        transform: scale(1.1);
    }
 
}