#about{
    background-color: rgb(37,37,37);
    padding: 38px;
    }
    
    #about h2{
        text-align: center;
        color: #fff;
    }




    .about-four {
        margin-bottom: 20px;
        line-height: 1.7;
    }
    
    .about-four ul {
        margin: 20px 0;
    }
    
    .about-four ul li {
        list-style-type: none;
        display: block;
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }
    
    .about-four ul li:before {
        width: 10px;
        height: 10px;
        content: "";
        position: absolute;
        left: 0;
        background: #ed2128;
        top: 7px;
    }
    
    .about-four h2{
        color: red;
        font-size: 1.5em;
        font-weight: bold;
    }
    
    .about-four a{
        color: red;
        text-decoration: none;
        transition: 0.5s all ease-in;
    }
    .about-four a:hover{
       color: blue;
    }






    /* our price  */

    .our_price{
    background-color: rgb(234,234,234);
    padding: 20px;
    }

    .price__heading h2{
        color: red;
        font-weight: bold;
    }
    /* ======================================
   PRICE PAGE RESPONSIVE ONLY
====================================== */

.about-four p{
    line-height:1.8;
}

.about-four img{
    width:100%;
}

/* Tablet */
@media (max-width:991px){

    #about{
        padding:30px 20px;
    }

    #about h2{
        font-size:30px;
    }

    .about-four{
        margin-bottom:30px;
    }

    .about-four h2,
    .price__heading h2{
        font-size:28px;
    }

}

/* Mobile */
@media (max-width:767px){

    #about{
        padding:22px 15px;
    }

    #about h2{
        font-size:24px;
    }

    .about-four{
        margin-bottom:25px;
    }

    .about-four h2,
    .price__heading h2{
        font-size:22px;
        text-align:center;
    }

    .about-four p,
    .price__heading p{
        font-size:15px;
        line-height:1.8;
        text-align:justify;
    }

    .about-four ul{
        margin:15px 0;
    }

    .about-four ul li{
        font-size:15px;
        padding-left:22px;
        margin-bottom:12px;
    }

    .our_price{
        padding:15px;
    }

}

/* Small Mobile */
@media (max-width:480px){

    #about{
        padding:18px 10px;
    }

    #about h2{
        font-size:20px;
    }

    .about-four h2,
    .price__heading h2{
        font-size:20px;
    }

    .about-four p,
    .price__heading p,
    .about-four ul li{
        font-size:14px;
    }

}