
.process-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0%;
    margin-top: -2%;
}
.process-section .process-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0% 8%;
    justify-content: space-evenly;
}
.process-section  h2{
    color: #FB1B1C;
    margin-top: 40px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    line-height: 60px;
}

.process-section  .signup-btn{
    font-family: 'Cairo', sans-serif;
    background-color: #FB1B1C;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 1vw;
    padding: 1%;
    border: 1px solid #E6E6EB;
    box-sizing: border-box;
    border-radius: 8px; 
    margin: 2% 0% 5%;   
    width: 10%;
    text-align: center;
    text-decoration: none;
}

.process-section .process-row .process-img{
    width: 20%;
}
.process-section .process-row .process-img-MV{
    width: 20%;
    display: none;
}
.process-section .process-row .arrow{
    width: 15%;
    display: none;
}



.process-section .process-row a{
    font-family: 'Cairo', sans-serif;
    background-color: #FB1B1C;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: .9vw;
    line-height: 16px;
    padding: 16px;
    border: 1px solid #E6E6EB;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 75px; 
    margin-bottom: 32px; 
    Padding :16px, 24px, 16px, 24px;   
    width: 10%;
    height: 5vh;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 770px) {
    

    
    
    .process-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0%;
        padding-top: 17%;
    }
    .process-section .process-row{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
    }
    .process-section  .text{
        color: #FB1B1C;
        margin: 10%;
        font-style: normal;
        font-weight: bold;
        text-align: center;
        font-size: 7vw;
        line-height: 2vw;
    }
    .process-section .process-row .process-img{
        width: 80%;
        margin-bottom: 25%;
        display: none;
    }
    .process-section .process-row .process-img-MV{
        width: 80%;
        margin-bottom: 25%;
        display: block;
    }
    .process-section .process-row .process-gif{
        width: 80%;
        margin-bottom: 10%;
    }
    .process-section .process-row .arrow{
        display: none;
    }
    
    
    .process-section  .signup-btn{
        font-family: 'Cairo', sans-serif;
        background-color: #FB1B1C;
        color: white;
        font-style: normal;
        font-weight: bold;
        font-size: 4vw;
        padding: 2%;
        border: 1px solid #E6E6EB;
        box-sizing: border-box;
        border-radius: 8px;   
        width: 30%;
        text-align: center;
        text-decoration: none;
        margin: 0;
    }
}