
.gas-box{
    padding: 80px 0;
}

.gas-btxt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gas-btxt p{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.gas-btxt p span{
    color: #e71a21;
}


.gasb-cnt{
    background-color: #f5f5f5;
    margin-top: 60px;
    padding: 60px;
    text-align: center;
}




@media only screen and (max-width:1440px) {
    .gas-box {
        padding: 70px 0;
    }

    .gas-btxt p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .gasb-cnt {
        margin-top: 50px;
        padding: 50px;
    }



}

@media only screen and (max-width:769px) {
    .gas-box {
        padding: .7rem .1rem;
    }

    .gas-btxt p {
        font-size: 14px;
        margin-bottom: .15rem;
    }

    .gasb-cnt {
        margin-top: .5rem;
        padding: .2rem;
    }

}
