:root{
    --Text-color: rgb(11, 88, 230);
    --paragraph-colol: rgb(100, 100, 100);
    --nav-load: 0.4s;
}

h2{
    text-align: center;
    
}

.cont-border{
    border-top: 1px solid var(--paragraph-colol);
}

.hero3{
    background: linear-gradient(rgba(91, 147, 250, 0.116), rgba(0, 0, 0, 0.192)), url(images/gigabess003020.jpg);
    width: 100%;
    height: 100%;
    margin-top: 7rem;
    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; 

    
}

.cont-guinea{
    font-size: 20px;
}
.cont-border h2{
 font-size: 20px;
}
.cont{
    padding: 10rem 0 10rem 0;
    color: transparent;
}
.gallery__card ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 2rem;
   
}

.projects{
    width: 300px;
    height: 150px;
    background: rgba(23, 100, 243, 0.678);
   
}

.projects li{
    margin-bottom: -3rem;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
}

@media screen  and  (max-width: 1200px){
    .projects{
        width: 230px;
        height: 150px;
        background: rgba(23, 100, 243, 0.678);
       
    }
    h1{
        color: var(--paragraph-colol);
        font-size: 2.5rem;
        text-align: center;
    }
}

@media screen  and  (max-width: 1098px){
    .projects{
        width: 210px;
        
    }
}

@media screen  and  (max-width: 535px){

    h1{
        color: var(--paragraph-colol);
        font-size: 2.5rem;
        text-align: center;
    }
    .project-cont{
       margin-bottom: -7rem;
       background: rgb(236, 236, 236);
       
    }

    .projects{
        width: 300px;
        height: 150px;
        background: rgba(23, 100, 243, 0.678);
       
    }

    .project-footer{
        background: rgb(236, 236, 236);
    }


}