.section1 {
    height: 60vh
}

.section2 {
    background: 0 0;
    padding: 0;
    overflow: hidden;
    color: #fff
}

.backGray {
    background: #00b3d8;
}

.formArea {
    padding: 50px;
    margin: 0 auto
}

.formField {
    margin-top: 20px
}

.desc a {
    color: #fff;
    font-weight: 600;
    transition: .3s ease-in-out
}

.desc a:hover {
    text-decoration: none;
    transition: .3s ease-in-out
}

.btnSend {
    background-color: #00b3d8;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    font-family: Nunito,sans-serif;
    transition: .3s ease-in-out
}

.btnSend:hover {
    border: 1px solid #3a3a3a;
    background: #3a3a3a;
    transition: .3s ease-in-out;
    color: #fff
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .section1 {
        background-position:right
    }
}

@media (max-width: 767px) {
    .section1 {
        background-position:right;
        min-height: 440px
    }
}
