@import '_variables'; h1.transfer-section{ font-weight: normal; margin:80px 0 50px 0; } .transfer-details { text-align: center; font-size: 15px; .transfer-important { font-size: $font-size-h2; color:$red; font-weight: bold; } a, a:hover, a:active, a:focus{ color:$red !important; font-size: $font-size; } } #map { width: 100%; height: 400px; margin: 50px 0; } .btn-container { .btn-next { border:0; border-radius:0; background-color:$red; margin-top:20px; padding:10px 20px; &:focus{ outline:none; } } .btn-next-big { padding:20px; width:100%; &:hover, &:focus, &:active { font-size: 14px; } } } button[type="submit"]{ margin-top:50px; } .section { margin-top:50px; border-top:1px solid $border-color; padding-top:20px; .step { font-size:$font-size-h2; } h2{ color:$red; line-height:normal; margin-top:0; } .control-label { line-height: 34px; padding-right:0; } .section-description{ margin-bottom:30px; .discount { //color: $green; } } } .review-field { margin-bottom:15px; @media screen and (min-width: $screen-sm) { margin-bottom:0; } }