#our-process{
    background-color: white;
    width: 100%;
    padding-bottom: 100px;
}

#our-process .header-1{
    padding: 0 30px;
}

#process{
    width: 100%;
    height: 500px;
}

#process > div{
    width: 50%;
    float: left;
    height: 100%;
}

#process-text{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 22px;
}

#process-text > div{
    margin: 0 auto;
}

#process-image{
    /*background-image: url(../img/process/process1.png);*/
    background-position: center;
    background-size: cover;
    border-bottom-left-radius: 50%;
    transition: background-image 1s ease-in-out, border-radius 1s ease-in-out;
}

.process-title{
    font-size: 45px;
}

#process-text p{
    margin: 5px;
}

#process-text p:not(.process-title){
    width: 320px;
    margin: 0 auto;
    font-size: 25px;
}



@media only screen and (max-width: 599px) {
    #process > div {
        width: 100%;
        float: initial;
        height: 50%;
    }

    #process-text p:not(.process-title){
        width: 290px;
        font-size: 22px;
        line-height: 30px;
    }

    .process-title {
        font-size: 35px;
        padding-bottom: 10px;
        color: #9747ff;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    #process{
        height: 300px;
    }

    .process-title{
        font-size: 33px;
        color: #9747ff;
    }

    #process-text p:not(.process-title) {
        width: 250px;
        margin: 0 auto;
        font-size: 20px;
    }
}
