:root{
    --Text-color: rgb(11, 88, 230);
    --paragraph-colol: rgb(100, 100, 100);
}

h2{
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.pro-container{
    display: flex;
    flex-direction: column;
    margin: 0 0rem 2rem 0rem;
    padding: 0.7rem;
    width: 100%;
    align-items: center;
}

.hero1{
    background: linear-gradient(rgba(91, 147, 250, 0.116), rgba(0, 0, 0, 0.192)), url(images/gigabess002012.jpg);
    width: 100%;
    height: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
    background-position: center;
    background-size: cover;
    margin-top: 0rem; 
    margin-bottom: 2rem;

    
}

.burner .cont{
    
    color: transparent;
}

.products-services{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products-services .gallery__card2 {
    display: flex;
    align-items: center;
    border: 1px solid var(--paragraph-colol);
    border-radius: 5px;
    margin-bottom: 3rem;
    padding: 1rem;
    gap: 2rem;
    
    

}

.gallery__card2 img{
    width: 100%;
  

}

.service-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align:start;

}

.service-content ul{
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align:start;
    gap: .5rem;
    color: rgb(17, 32, 16);

}
.cont{
    padding: 10rem 0 10rem 0;
    color: transparent;
}

.service-content ul li{
    list-style: disc;
}

@media screen  and  (max-width: 535px){

  
    .pro-container{
        margin: -5rem 1rem 2rem 1rem;
    }

    .products-services{
        padding: 0rem .7rem;
    }

    .burner .cont{
        padding: 10rem 0 10rem 0;
        color: transparent;
    }


  
}