header {
    display: flex;
    align-items: end;
}

header * {
    line-height: 1.6;
}

header p {
    font-size: 1rem;
    color: var(--gray) !important;
    font-weight: 300;
}

header h1 {
    color: var(--green) !important;             
}

.rodo h2, .rodo h3, .rodo h4 {
    color: var(--green) !important;             
}

.rodo-box {
    margin: 2rem auto;
}

.rodo-box button {
    background: linear-gradient(264.78deg, rgba(0, 110, 117, 0.75) 4.19%, rgba(0, 75, 79, 0.75) 59.6%);
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    border: none;
    border-radius: 40px;
    transition: all .2s ease-in;
}

.rodo-box button * {
    color:#fff !important;
    transition: all .2s ease-in;
}

.rodo-box:hover button {
    outline: 1px solid var(--gray) !important;
    background: #fff;
}

.rodo-box:hover button * {
    transform: scale(0.99);
}

.rodo-box:hover button * {
    color: var(--gray) !important;
}

.rodo-box:hover button path {
    fill: var(--gray) !important;
}

.rodo-box button p {
    margin-bottom: 0;
}


@media screen and (max-width: 991px)  {

    header {
        min-height: 350px;
    }

    .rodo h2 {
        font-size: 2.2rem !important;  
    }

    .rodo h3 {
        font-size: 2rem !important;  
    }

    .rodo h4 {
        font-size: 1rem !important;  
    }

    .rodo p, header p {
        font-size: 1.2rem !important;  
    }

    .rodo-box button {
        flex-direction: column;
    }

    .rodo-box button {
        padding: 2rem;
    }

    .rodo-box button div {
        margin-top: 2rem;
    }

    .rodo-box button * {
        width: 100%;
        text-align: center;
    }

    .rodo-box button h4 {
        font-size: 1rem !important
    }

    .rodo-box button svg {
        margin-top: 1rem;
        width: 100px;
    }

}

@media screen and (min-width: 992px)  { 

    header {
        min-height: 450px;
    }

    .rodo h2 {
        font-size: 4.5rem !important;  
    }

    .rodo h3 {
        font-size: 4rem !important;  
    }  

    .rodo h4 {
        font-size: 2.7rem !important;   
    }  
    
    .rodo button {
        font-size: 1.4rem !important; 
    }

    .rodo p, header p {
        font-size: 1.2rem;
    }

    .rodo-box button h4 {
        font-size: 1.5rem !important;
        text-align: start;
        padding-right: 1.5rem;
    }

    .rodo-box button p {
        font-size: 1.5rem !important;
    }

    .rodo-box button {
        align-items: center;
        justify-content: space-between;
        padding: 0.7rem 3rem;
    }

}