h1{
    font-weight: 700;
}
h2{
    font-weight: 600;
}
.theme-color{
    color: var(--bs-mega-blue);
}
.skateboard-about{
    padding: 70px 0;
}
.skateboard-about .col-lg-5,.service .row .for-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service .row{
    padding-top: 70px ;
}
.new-parrallex{
    padding: 100px 0;
    margin: 50px 0;
}
.our-service .section-title p{
    padding: 20px 0;
}
@media only screen and (max-width: 1550px) {
    .our-service{
        padding-bottom: 30px !important;
    }
    .our-service .objects-left, .our-service .objects-right{
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .service .row{
        padding-top: 40px;
    }
    .for-center .service-blog{
        text-align: left !important;
        padding-bottom: 20px;
    }
    .skateboard-about{
        padding: 50px 0 0 0;
    }
    .skateboard-about h1{
        font-size: 28px !important;
    }
    .skateboard-about .about-image{
        height: 350px !important;
    }
    .skateboard-about .about-image-01 {
        height: 290px !important;
    }
    .skateboard-about .about-image-02{
        height: 310px !important;
    }
    .new-parrallex{
        padding: 50px 0;
    }
}