@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');

* {
    margin: 0;
    padding: 0;
}

.our_service{
    width: 100%;
    height: 120px;
    background-color: #dca407;
}

.inner_service{
    width: 1200px;
    height: 120px;
    margin: auto;
}

.inner_service h1{
    color: white;
    font-size: 40px;
    height: 40px;
    width: 180px;
    padding-top: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.service-info{
    width: 100%;
    height: 380px;
}

.service_content{
    width: 1130px;
    height: 380px;
    margin: auto;
    padding-top: 30px;
}

.service_content p{
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.info{
    width: 500px;
    height: 41px;
    margin-top: 38px;
    float: left;
}

#submit_btn{
    float: right;
    margin-top: 39px;
    width: 150px;
    height: 40px;
    margin-right:250px;
    font-size: 20px;
    font-weight: bold;
    background-color: #dca407;
    border: 1px solid #dca407;
    color: white;
}