.pageContent{background-position: top right;background-size:auto;background-repeat: no-repeat;min-height: 80dvh;}

.pageContent ul{display: grid;grid-template-columns: repeat(4,1fr);gap:30px;text-align: center;}


@media(max-width:768px){
    .pageContent ul{display: grid;grid-template-columns: repeat(2,1fr);gap:10px;text-align: center;}
}