
.pageTitle h1{color:var(--red);font: normal normal bold 20px/29px Jost;}
.pageContent{background-position: top right;background-size:auto;background-repeat: no-repeat;}


.accordionWrap li{cursor: pointer;}
.accordionWrap li .text{transition: 300ms;}
.accordionWrap li.active .text{max-height:max-content;}
.accordionWrap li:not(.active) .text{opacity: 0;visibility: hidden;max-height: 0px;}




@media(max-width:768px){
    .pageTitle h1{color:var(--red);font: normal normal bold 14px/22px Jost;}
}