.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: 50px;
    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-item2 img{
    height: auto;
    width: 50%;
    margin-bottom: 50px;
    transition: all 0.3s;
    padding-bottom: 30px;
}

.photo-item2_BRB img{
    display: inline-block;
    height: auto;
    width: 45%;
}

.photo-item2 img:hover,
.photo-item2_BRB img:hover{
    scale: 1.02;
}

.photo-item2 p,
.photo-item2_BRB p{
    margin-bottom: 30px;
    font-size: 25px;
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.P_infomation{
    margin-top: -50px;
    max-width: calc(100% - 50px);
}

.feature h2{
    color: red;
}

.feature .hr,
.dimensions .hr,
.dimensionsBRB .hr{
    border: none;
    height: 5px;
    background-color: red;
    margin-bottom: 10px;
}

.feature li{
    padding-top: 5px;
}

.dimensions,
.dimensionsBRB{
    margin-top: 30px;
    padding-bottom: 50px;
}

.dimensions h2,
.dimensionsBRB h2{
    color: red;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
}

th {
    background-color: red;
    color: white;
}

table, th, td {
    justify-content: center;
    border: 2px solid black;
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 80px;
}

.PS_p{
    margin-top: -70px;
    margin-bottom: 10px;
}

.feature img,
.dimensions img{
    width: 350px;
    height: 200px;
}

.dimensions table img{
    width: 70%;
    height: auto;
}

.BRBS{
    padding-bottom: 100px;
}
.BRB_img{
    padding-bottom: 50px;
}
.BRB_img img{
    width: 70%;
    height: auto;
}

@media screen and (max-width: 950px) {
    .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;
    }

    table {
        font-size: 12px;
    }

    .dimensions table img{
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width: 600px){
    .dimensionsBRB tr{
        font-size: 10px;
    }
}