 .section-banner-franchise {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      }

.become-installer-heading{
    width: 60%;
    }
    .become-installer-heading h2{
        color: white;
        padding: 150px 0px;
        font-size: 40px;
        font-weight: 800;
        font-family: "Montserrat", Sans-serif;
        margin: 0px;
 font-style: italic;
    }
    .become-installer-heading h2 span{
        color:  #222;
    }

    @media (max-width:1200px){
        .become-installer-img img{
            margin-top: 5rem;
        }
    }

    @media (max-width:997px){
        .become-installer-heading{
            width: 70%;
            }
            .become-installer-heading h2{
                font-size: 40px;
            }
    }

    @media (max-width:768px){
        .become-installer-heading{
            width: 70%;
            }
            .become-installer-heading h2{
                font-size: 35px;
                padding: 120px 10px;
            }
    }
    
    @media (max-width:600px){
        .become-installer-heading{
            width: 100%;
            }
            .become-installer-heading h2{
                font-size: 30px;
                padding: 100px 10px;
            }
    }
    @media (max-width:400px){
        .become-installer-heading h2{
            font-size: 28px;
            padding: 100px 10px;
        }
        
    }

    /* banner close */

    
    /* heading */
    .bike-detailing-heading{
        text-align: center;
    }
    .section-bike-detailing {
        padding: 40px 10px;
    }
    .bike-detailing-heading h1 {
        font-size: 70px;
        font-style: italic;
        text-transform: capitalize;
        color: #000000;
        font-family: "Montserrat", Sans-serif;
        font-weight: 800;
    }
    .bike-detailing-heading h1 span{
        color: #000000;
    }


    @media (max-width:997px){
        .bike-detailing-heading h1 {
            font-size: 50px;
        }
    }

    @media (max-width:768px){
        .bike-detailing-heading h1 {
            font-size: 50px;
        }
    }


    /* close */
    .section-news{
        padding: 2px 10px 60px 10px;
    }

    .testimonials .item .profile0 img {
        border: 2px solid  #222;
        width: 100%;
        height: 250px;
        font-weight: 800;
        border-radius: 10px;
    }
    .testimonials .item .text-block {
        margin: 20px 0px 20px 0px;
        
    }
    .testimonials .item{
        padding: 0px 20px;
        margin-top: 1rem;
    }
    .testimonials .item h4 {
        color: #000;
        font-size: 21px;
        font-weight: bold;
        font-family: Montserrat;
    }
    .testimonials .item p {
        margin-bottom: 15px;
        font-size: 15px;
        /* line-height: 1.6em; */
        display: block;
        z-index: 2;
        /* font-style: italic; */
        color: #5a3733;
        /* text-align: justify; */
        width: 70%;
        width: 100%;
    }
    .testimonials .item a {
        text-decoration: underline;
        color:  #222;
        font-size: 15px;
        font-weight: bold;
    }
    .testimonials .item span {
        color: #737070;
        font-size: 10px;
    }

    @media (max-width:600px){
        .testimonials .item {
            padding: 0px 10px;
        }
    }