.taxi-service-section{
    background:#f5f4ef;
    padding:90px 20px 80px;
    text-align:center;
}

.taxi-service-section h2{
    font-size:44px;
    font-weight:700;
    line-height:1.15;
    color:#2f3542;
    margin:0 0 25px;
    margin-top:50px !important;
}

.taxi-service-section h2 span{
    color:#ff2d55;
    font-size:100%;
}

.taxi-service-section p{
    max-width:900px;
    margin:0 auto 40px;
    font-size:20px;
    line-height:1.8;
    color:#333;
}

.taxi-btn{
    display:inline-block;
    background:#ff2d55;
    color:#fff;
    padding:18px 50px;
    border-radius:5px;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.taxi-btn:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
}

.taxi-btn i{
    margin-left:8px;
}

/* Tablet */
@media(max-width:991px){

    .taxi-service-section{
        padding:60px 20px;
    }

    .taxi-service-section h2{
        font-size:38px;
    }

    .taxi-service-section p{
        font-size:18px;
    }

}

/* Mobile */
@media(max-width:767px){

    .taxi-service-section{
        padding:50px 15px;
    }

    .taxi-service-section h2{
        font-size:28px;
        line-height:1.4;
    }

    .taxi-service-section p{
        font-size:16px;
        line-height:1.8;
    }

    .taxi-btn{
        padding:15px 30px;
        font-size:16px;
    }

}