.burner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.burner-img{
    width: 400px;
}
.sub-title-text{
    font-size: 40px;
    font-weight: 900;
    color: #fff;
}
.burner-more p{
    font-size: 20px;
    color: #898989;
}
.burner-more p span{
    font-weight: 700;
    color: rgb(192, 2, 2);
}

@media screen and (max-width:1024px) {
    .burner{
        flex-direction: column;

    }
    .burner .sub-title-text{
        text-align: center;
        font-size: 30px;
    }
    .burner-more p{
        text-align: center;
    }
}
@media screen and (max-width:860px) {
    .text-title>b{
        font-size: 80px !important;
    }
    .burner-img {
        width: 100%;
    }
    .burner-img img{
        margin: auto;
    }
}
@media screen and (max-width:550px) {
    .text-title>b{
        line-height: 70px;
    }
    .text-title>p{
        top: 40%;
        display: block;
        width: 100%;
        text-align: center;
    }
}