
a.button_intro,
.button_intro {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #062136;
    cursor: pointer;
    padding: 8px 25px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
}
a.button_intro:hover,
.button_intro:hover {
    background: #000;
    color: #062136 !important;
}
a.button_intro.outilne,
.button_intro.outline {
    border: 2px solid #fff;
    color: #fff;
    background: none;
    padding: 6px 23px;
}
a.button_intro:hover,
.button_intro:hover {
    background: #fff;
    color: #062136;
}
#banner h3 span {
    display: block;
}
#banner h3 {
    padding-top: 75px;
    font-size: 15px;
}
#banner h3 span {
    font-size: 35px;
    font-weight: bold;  
    color: #92278f;
}