#first {
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 110px;
}

#first .path {
    color: #ffff;
    font-size: .875rem !important;

}

#first .path a {
    color: #ffffff;
    text-decoration: none;
    font-size: .875rem !important;
}


#first h1 {
    font-size: 25px;
    padding-top: 60px;
    font-weight: 400;
    color: #ffff;
}

#second {

    background: #f8f8f8;
}

#second .form {
    background-color: #ffffff;
    color: #676767;
    padding-top: 20px;
    font-size: 17px;

}

#second .title {
    font-size: 20px;
    color: #3B3B3B;
    margin-bottom: 20px
}

#second button {
    width: 241px;
    text-align: center;
    border-radius: 22px;
    font-size: 18px;
    height: 55px;
    margin-top: 33px;
}

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

    #second .title {
        font-size: 21px;
    }


    #first .text {

        font-size: 12px;
    }

    #first .path {
        color: #ffff;
        font-size: 12px;
    }

    #first h1 {
        font-size: 23px;
        padding-top: 20px;
        font-weight: 400;
        color: #ffff;
    }

    #first {
        height: 350px;
    }

    #second .form {
        padding-top: 10px;
        font-size: 15px;


    }
}

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

    #second .form {
        padding-top: 0px;
        font-size: 13px;

    }

    #second button {
        width: 216px;
        text-align: center;
        border-radius: 22px;
        font-size: 18px;
        height: 53px;
        margin-top: 23px;
    }

    #second .form-control {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    #second button {
        width: 150px;
        text-align: center;
        border-radius: 22px;
        font-size: 18px;
        height: 47px;
        margin-top: 23px;
    }
}