body {
    padding: 0;
    margin: 0;
    background-color: #5DB961;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    color:white;
    min-height: 100vh;;
}

.process-main-section {
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-grow: 1;
}

.process-text {
    font-size: 3em;
    font-weight: 100;
    margin: 0;
}
.title {
    font-size:2em;
}
.subtitle {
    font-size: .76em;
    width:90%;
    font-weight: 100;
    padding-left:1em;
    padding-top: 0;
    text-align: justify;
}

.process-action {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    color:black
}

.process-cards {
    width: 40vw;
    margin-left: 2rem;
    height: auto;
    max-width: 500px;
}

.cards {
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.card img {
    width: 95%;
    margin-top: 0rem;
    border-radius: 10%;
    padding-right: .4rem;
}

.btn {
    width: 5em;
}

@media (max-width:1024px) {
    .process-main-section {
        flex-direction: column;
        justify-content: center;
    }
    .cards {
        margin-left: 10%;
    }
    .card img {
        width: 60%;
        padding-right: 0rem;
    }
    .icon img {
        width: 2em;
    }
    .title {
        font-size:1.2em;
        text-align: center;
    }    
    .subtitle {
        font-size: .6em;
        max-width: 100%;
        padding-bottom: .05em;
    }
    .btn {
        font-size: .6em;
        width: 6.5em;
    }
}

@media (max-width:820px) {
    .process-main-section {
        flex-direction: column;
        justify-content: center;
    }
    .cards {
        margin-left: 20%;
        margin-top: 5%;
        font-size: 2vw;
    }
    .card img {
        width: 12vw;
        padding-right: .3rem;
        border-radius: 5%;
    }
    .icon img {
        width: 2em;
    }
    .btn {
        font-size: .6em;
        width: 4.5oem;
        padding-right: .1em;
    }
}

@media (max-width:500px) {
    .subtitle {
        max-width: 100%;
        padding-bottom: 2em;
    }
.btn {
    margin-right: 20em;
    }
}