.desktop-only-1021 {
    display: block;
}

.mobile-only-1021 {
    display: none;
}

.desktop-only-991 {
    display: block;
}

.mobile-only-991 {
    display: none;
}

.font-weight-500 {
    font-weight: 500!important;
}


/* responsive zone */

@media only screen and (max-width: 1021px) {
    .mobile-text-overwrite {
        font-size: 16px!important;
    }

    .desktop-only-1021 {
        display: none!important;
    }

    .mobile-only-1021 {
        display: block!important;
    }

  }


  @media only screen and (max-width: 991px) {
    .mobile-text-overwrite {
        font-size: 16px!important;
    }

    .desktop-only-991 {
        display: none!important;
    }

    .mobile-only-991 {
        display: block!important;
    }

  }

  .isi-alignment li::marker {
    color: #000000!important;
  }


  .image-text-content ul li::before {
     
    color: #000000!important;
  }