.align-justify{
    max-width: 100% !important;
}
#page-content {
    margin: auto;
    width: 75%;
    margin-top: 25px;
}
#page-content ul{
    list-style: none;
    display: flex;
      gap:20px;
}
  .csc-header h1{
    margin-top: 20px;
}
  .csc-textpic-imagewrap img{
    border: 1px solid #CBC5B6;
    padding: 3px;
    background-color: #E3E0D7;
    box-sizing: border-box;
    max-height: 150px;
    max-width: 210px;
}
.csc-textpic.csc-textpic-intext-right.csc-textpic-border{
    overflow: hidden;
}
.csc-textpic-text ul{
    display: block !important;
}
.align-center{
    text-align: center !important;
}
.csc-textpic-text{
    width:100%;
}
.csc-textpic-imagerow {
    padding: 10px;
}
.csc-textpic-imagewrap {
    float: right;
    margin-right: 45px;
}  
.csc-textpic.csc-textpic-center.csc-textpic-above.csc-textpic-border{
    display: flex;
    overflow: hidden;
    text-align: center;
    justify-content: center;
}
  .csc-textpic-imagewrap.csc-textpic-single-image{
    float: right;
}
/* Modal styling */
.modal {
   display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width:100vw;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}
.modal-content {
    position: relative;
    height: 451px;
    width: 565px;
    margin: auto;
}
.modal-content img {
    width: 553px;
    height: 420px;
    margin:auto;
}
/* Navigation buttons */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.prev:hover, .next:hover{
  color: green;
} 	
.prev { left: 3%; }
.next { right: 3%; }
@media (max-width: 584px) {
    .modal-content {
        width: 400px;
        height: 320px;
    }
    #modalImage {
        width: 391px;
        height: 294px;
    } 
}
@media (max-width: 410px) {
    .modal-content {
        width: 300px;
        height: 240px;
    }
    #modalImage {
        width: 292px;
        height: 215px;
    } 
}
#closeModal{
    cursor: pointer;
    position: relative;
    width: 10px;
    left: 96%;
}
#closeModal:hover{
  color:red;
}
@media (max-width: 920px) {    
        #page-content {
            width: 93% !important;
    }
}
@media (max-width: 700px) {
        .csc-textpic-imagewrap ul{
        display: block !important;
        }
        .csc-textpic-imagewrap li{
            margin: auto;
            margin-bottom: 10px;
        }
        .csc-textpic-imagewrap{
            margin-right: 0px !important;
        }
}
.csc-textpic:has(.csc-textpic-imagewrap img[width="663"]) {
    margin-left: -14px !important;
}
.csc-textpic-imagewrap.csc-textpic-single-image:has(img[width="663"]){
all: initial !important;
}
.csc-default:has(img[width="663"]){
text-align: center;
}
.csc-textpic-imagewrap img[width="663"] {
all: initial !important;
}
#page-footer {
    clear: both;
}
#c28{
    justify-content: center;
    display: flex;
}
@media (max-width: 694px) {
.csc-textpic:has(.csc-textpic-imagewrap img[width="663"]) {
margin-left: 0 !important;
}

.csc-textpic-imagewrap img[width="663"] {
width: 300px !important;
}
}
@media (max-width: 707px) {
.csc-textpic:has(.csc-textpic-imagewrap img[width="663"]) {
margin-left: -6px !important;
}
}
.csc-textpic.csc-textpic-center.csc-textpic-above.csc-textpic-border{
    margin-bottom: 20px;
}
