.intro-text {
    text-align: center;
    border-bottom: 1px solid #d8d7d7;
    padding: 30px 15%;
    margin-bottom: 30px;
}

@media (min-width : 768px) and (max-width : 991px) {
    .intro-text {
        padding: 30px 10%;
    }
}

@media (max-width : 767px) {
    .intro-text {
        padding: 20px 0 30px 0;
        margin-bottom: 0;
        border: none;
    }
}

.intro-text h2 {
    color: #002d56;
    font-size: 24px;
    font-weight: normal;
}

@media (max-width : 767px) {
    .intro-text h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.intro-text p {
    font-size: 16px;
    line-height: 22px;
}


/*# sourceMappingURL=intro-text.css.map */