.web_ind_head_cont{
    background-image: url(../../public//img/back_one.png);
    background-repeat: no-repeat;
    width: 100%;
    /* height: 1000px; */
    overflow: hidden;
}
.web_ind_p_one{
    font-weight: 600;
    font-size: 64px;
    color: #8054E7;
    margin-top: 150px;
}
.web_ind_p_two{
    font-weight: 600;
    font-size: 34px;
    color: #3D3D3D;
}
.web_ind_p_three{
    font-weight: 600;
    font-size: 34px;
    color: #F74E3E;
}
.web_ind_p_four{
    font-weight: 600;
    font-size: 34px;
    color: #FFC400;
}
.web_ind_p_five{
    font-weight: 600;
    font-size: 34px;
    color: #3D3D3D;
}
.car_top_img{
    width: unset !important ;
    height: unset !important ;
    min-width: unset !important ;
    max-width: unset !important ;
    min-height: unset !important ;
    max-height: unset !important ;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .web_ind_p_one{
        font-size: 58px;
    }
    .web_ind_p_two{
        font-size: 28px;
    }
    .web_ind_p_three{
        font-size: 28px;
    }
    .web_ind_p_four{
        font-size: 28px;
    }
    .web_ind_p_five{
        font-size: 28px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .web_ind_p_one{
        font-size: 58px;
    }
    .web_ind_p_two{
        font-size: 28px;
    }
    .web_ind_p_three{
        font-size: 28px;
    }
    .web_ind_p_four{
        font-size: 28px;
    }
    .web_ind_p_five{
        font-size: 28px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .web_ind_p_one{
        font-size: 52px;
    }
    .web_ind_p_two{
        font-size: 23px;
    }
    .web_ind_p_three{
        font-size: 23px;
    }
    .web_ind_p_four{
        font-size: 23px;
    }
    .web_ind_p_five{
        font-size: 23px;
    }
}