/*.intro-section h2{
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}*/

.intro-section h2 span{
    color: #5D97C9;
}

@media (width <= 768px) {
    .intro-section h2{
        font-size:40px; line-height:1;
    }
}

@media (width <= 576px) {
    .intro-section h2{
        font-size:30px;
    }
}