.CH a{
    color: rgb(255, 255, 255);
}

.CH a:hover{
    color:rgb(0, 0, 0);
}

.photo-gallery{
    width: 100%;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20%;
    padding-top: 70px;
    background: 
        linear-gradient(to left,white 94%, red 94% 97%, black 97%);
        width: 90%;
    box-shadow: 5px 5px 10px rgb(219, 219, 219);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.photo-item p{
    margin-bottom: 10px;
    font-size: 30px;
    color: rgb(80, 80, 80);
}

.photo-item img{
    height: auto;
    width: 70%;
    box-shadow: 2px 2px 10px rgb(191, 191, 191);
    margin-bottom: 50px;
}

.photo-item2 p{
    margin-bottom: 10px;
    font-size: 30px;
    color: rgb(80, 80, 80);
}

.photo-item2 img{
    height: auto;
    width: 70%;
    box-shadow: 2px 2px 10px rgb(191, 191, 191);
    margin-bottom: 50px;
}




@media screen and (max-width: 902px) {
    .photo-gallery{
        width: 100%;
    }

    .photo-item img{
        margin-bottom: 50px;
        margin-left: -50px;
    }

    .photo-item p{
        margin-left: -50px;
    }

    .photo-item2 img{
        margin-bottom: 50px;
        margin-left: -50px;
    }

    .photo-item2 p{
        margin-left: -50px;
    }

    .CH{
        padding-right: 30px;
    }

}
