#ProductsOverviewSect
{
    width: 100%; height: 213px; background-image: url('../assets/BACKGROUND_ProductsSummary.png'); background-size: cover; background-repeat: no-repeat; background-position: center;

}

#ProductOverviewText {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    justify-self: center;
}

#OurProductsSection
{
width: 100%; height: 1357px; padding: 1%; background-image: linear-gradient(rgba(42, 61, 82, .5), rgba(16, 24, 33, .5)), url('../assets/BACKGROUND_OurProducts.png'); background-size: cover; background-repeat: no-repeat; background-position: center;
				display: grid; position: relative; align-items: center; justify-content: center;
}

#MaintenanceOverhaulManualSection
{
    width: 100%; height: 274px; background-image:  linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../assets/BACKGROUND_blueprints.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center;
}

#MaintenanceOverhaulManualText
{
    font-family: Roboto; color: black; display: grid; justify-content: center; width: 50%; justify-self: center;
    
    
}

#maintOverhaulHeading
{
    font-family: Roboto; font-weight:400; color: #4A6FA5; margin-top: 4%;
}

#testminonalSectionText2
{
    font-family: Roboto; color: #182330; margin-top: 5%; margin-left: 10%;
}

@media screen and (max-width: 1227px)
{
    #OurProductsSection
    {
        height: auto;
    }
}

@media screen and (max-width: 1024px) {

    #testminonalSectionText2
    {
        margin-left: 0%;
    }
    #maintOverhaulHeading
    {
        margin-top: 8%;
        font-size: 1.3rem;
        display: grid;
        justify-content: center;
        font-weight: bold;
    }

    #MaintenanceOverhaulManualText
    {
        width: 100%;
        padding: 5%; 
    }
    #MaintenanceOverhaulManualSection
    {
        position: relative;
        height: auto;
        padding: 1%;
    }
    #OurProductsSection
    {
        height: auto;
    }
    #ProductsOverviewSect {
        height: auto;
        background-image: url('../assets/BACKGROUND_ProductsSummary_mobile.png');
        padding: 5%; 
    
    }
    #ProductOverviewText
    {
        width: 100%;
    }
    
    .productCard
    {
        display: grid;
        justify-content: center;
        margin-top: 2%;
    }
}