:root{
    --Text-color: rgb(11, 88, 230);
    --paragraph-colol: rgb(100, 100, 100);
}

h4{
    color: var(--Text-color);
    margin-bottom: 2rem;
}



.p__wrapper-card h4{
    border-bottom: 1px solid var(--paragraph-colol);
}

.hero1{
    background: linear-gradient(rgba(91, 147, 250, 0.116), rgba(0, 0, 0, 0.192)), url(images/gigabess004020.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;

    
}



.partnership-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
    text-align: center;
    margin-top: 3rem;
    
}

.p__wrapper-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    padding: 2rem 3rem;
}

.p__wrapper-card p{
    text-align: center;
    margin-bottom: 2rem;
    color: var(--paragraph-colol);
    line-height: 1.4rem;
}

.gifaqua{
    width: 50%;
}

.associate ul{
    margin: 5rem 0 5rem 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
}
@media screen  and  (max-width: 1200px){
    
    .associate ul{
        margin: 5rem 0 5rem 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }

    h1{
        color: var(--paragraph-colol);
        font-size: 2.5rem;
        text-align: center;
    }
}

@media screen  and  (max-width: 535px){

    h1{
        color: var(--paragraph-colol);
        font-size: 3rem;
        margin-top: 2rem;
        margin-bottom: -4rem;
    }

    .partnership{
        margin-bottom: -3rem;
    }

    h4{
        font-size: 22px;
    }
    .partnership-wrapper{
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        
    }

    .p__wrapper-card{
        padding: 2rem 0rem;
        margin-bottom: -3rem;
        
    }

    .p__wrapper-card p{
        text-align: center;
    }



    .gifaqua{
        width: 100%;
    }

    h2{
        text-align: center;
    }

    .associate ul{
        margin: 5rem 0 5rem 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}