.intro {
    padding: 100px 0 20px;
}
.intro .wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.intro h2 {
    font-family: 'Univers LT Std' !important;
    font-weight: 400 !important;
    font-size: 50px !important;
    line-height: 1.2em !important;
    color: #414141;
}
.intro .wrapper .subtitle {
    font-family: 'Univers LT Std' !important;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00A5D9;
    margin-bottom: 10px;
}
.intro p {
    font-family: 'Univers LT Std' !important;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #414141;
}
.intro.text-left .wrapper {
    margin: 0;
}
@media screen and  (max-width: 991px) {
    .intro h2 {
        font-size: 40px !important;
    }
}
@media screen and  (max-width: 595px) {
    .intro h2 {
        font-size: 24px !important;
    }
}