.header{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../gallery-img/newgalleryimg05.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 85vh;
    width: 100%;
}
.header-content-holder{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80vh;
    background: rgba(0, 0, 0, 0.5);

}


.more-about .about-heading{
    display: flex;
    justify-content: center;
    background: var(--secondary-color);
    width: 80%;
    margin-top: 3rem;
    color: var(--secondary-color);
    padding: 0.7rem;
}

.more-about1{
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.more-about1 .more-about1-texts p{
    margin-top: 1rem;
    line-height: 1.9rem;
}

#p-list {
    margin-top: 1.3rem;
    list-style:circle;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
/* bigger screen */

@media screen and (min-width: 1300px){
    .header{
        height: 60vh;
        width: 100%;
    }
    .header-content-holder{
        height: 60vh;
    }
}

/* laptop */
@media screen and (max-width: 1050px){
    .more-about1{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 2rem;
    }
}