h1 {
    font-family: 'Roboto', sans-serif;
    color: dimgrey;
    line-height: 2rem;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    margin: 50px 0;
    text-align: left;
}


h2 {
        font-family: 'Roboto', sans-serif;
        color: #5db5ba;
        line-height: 2rem;
        font-weight: 300;
        font-size: 2rem;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: left;
        width: 100%;
}

h3 {
        font-family: 'Roboto', sans-serif;
        color: #5db5ba;
        line-height: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
        margin-bottom: 5px;
        margin-top: 10px;
        text-align: left;
        width: 100%;
        padding-left: 40px;
}

@media (min-width: 450px) {
    h1 {
    font-family: 'Roboto', sans-serif;
    color: dimgrey;
    line-height: 2.5rem;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5rem;
    margin: 50px 0;
    text-align: left;
}
    
    h3 {
        font-family: 'Roboto', sans-serif;
        color: #5db5ba;
        line-height: 4rem;
        font-weight: 300;
        font-size: 2rem;
        margin-bottom: 5px;
        margin-top: 10px;
        text-align: left;
        width: 100%;
        padding-left: 40px;
    }
    h2 {
        font-family: 'Roboto', sans-serif;
        color: #5db5ba;
        line-height: 2.5rem;
        font-weight: 300;
        font-size: 2rem;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: left;
        width: 100%;
    }
}

