
.intro-text {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

    .intro-text .title {
        text-align: center;
        display: table;
        margin: auto;
        padding: 0px 20px;
    }

    .intro-text h2 {
        font-size: 60px;
        line-height: 80px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
        color: #CE0000;
        text-shadow:5px 5px 5px #000;
     letter-spacing:10px;
    }

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

.intro-text p {
    color: #fff;
}
