.contact-form { padding-top: 70px; padding-bottom: 35px; .block { .form-group { padding-bottom: 15px; margin: 0px; .form-control { background: darken( $light, 0.392); height: 60px; border: 1px solid #EEF2F6; box-shadow: none; width: 100%; } } .form-group-2 { margin-bottom: 13px; textarea { background: darken( $light, 0.392); height: 135px; border: 1px solid #EEF2F6; box-shadow: none; width: 100%; } } .form-group-h { display: none; } button { width: 100%; height: 60px; background: lighten( $black, 27.84); border: none; color: $white; font-size: 18px; } } } .address-block { margin-bottom: 20px; li { position: relative; padding-left: 0px; margin-bottom: 10px; i { position: absolute; left: 0; font-size: 25px; line-height: 20px; } div { display: inline-block; vertical-align: top; } } } .social-icons { margin-top: 40px; li { display: inline-block; margin: 0 10px; } a { display: inline-block; } i { color: #2C2C2C; margin-right: 25px; font-size: 25px; } } .contact-box { padding-top: 35px; padding-bottom: 58px; .block { img { width: 100%; } h2 { font-weight: 300; color: #000; font-size: 28px; padding-bottom: 30px; } p { color: lighten( $black, 36.07); display: block; } } }