


#gk {
    font-family: "Roboto Slab",serif;
    font-weight: 400;
    font-size: 1.975vmin;
    margin-bottom: 0rem;
}

input.b-submit {
    color: #B7C9D7;
    border: none;
    outline: none !important;
    padding: 20px;
    background-color: #3A9AAA;
    text-decoration: none !important;
    cursor: pointer;
}
@media (min-width: 1900px){
    #gk {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px){
    #gk{
        font-size: 2.5vmin;
        margin-bottom: 0.5vmin;
    }
}


@media (max-width: 575.98px){
    #gk{
        font-size: 3.4vmin;
    }
}

input#email {
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
}
input.b-submit {
    margin-top: 2rem;
}

@media (max-width: 767.98px){
    .blind-ln-section__content {
        padding-bottom: 5rem;
    }
    .get-in-touch {
        position: absolute;
        bottom: -30%!important;
        padding-bottom: 1rem;
    }
}

@media (width: 375px) and (height: 812px){
    .blind-ln-section__content {
        padding-bottom: 5rem;
    }
    .get-in-touch {
        position: absolute;
        bottom: -7%!important;
        padding-bottom: 1rem;
    }
}
@media (max-width: 320px){
    .get-in-touch {
        position: absolute;
        bottom: -47%!important;
        padding-bottom: 1rem;
    }
}
