
.festo-headline h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
}

.festo-headline p {
    font-size: 14px;
    text-align: left;
}

.festo-headline {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .festo-headline .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .festo-headline h1 {
        font-size: 70px;
        font-weight: bold;
        text-align: left;
        margin-top: 25px;
    }
    .festo-headline p {
        font-size: 24px;
        text-align: left;
        line-height: 24px;
    }
    .festo-headline {
        margin-bottom: 135px;
    }
    .festo-headline {
        margin-bottom: 85px;
    }
}

div.festo-headline h1 {
    font-family: "MetaPro Bold", Arial, sans-serif;
}

@media (min-width: 1200px) {
    .festo-headline p {
        line-height: 28px;
    }
}

@media (max-width: 400px) {
    div.festo-headline h1 {
        text-align: left;
    }
    .festo-headline p {
        text-align: left;
    }
}