.acc-block {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.233);
  cursor: pointer;
}

.acc-title {
  font-size: 50px;
  text-align: center;
}

.acc-holder {
  margin: 0px 50px;
}

.acc-no {
  color: #eb4f1a;
  font-size: 50px;
}

.acc-toggle-icon {
  color: #383838;
  font-size: 50px;
}

.list-holder {
  padding: 0;
}

.list {
  padding: 4px 0;
  list-style: none;
  text-align: center;
  font-size: 26px;
}

.list:first-child {
  padding-top: 40px;
}

.list:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

[data-collapsible] {
  cursor: pointer;
}

.heightZero {
  height: 0px;
}

@media only screen and (max-width: 414px) {
  .acc-block {
    font-size: 20px;
    padding: 10px;
  }
  .list-holder .list {
    font-size: 20px;
  }
  .list:first-child {
    padding-top: 10px;
  }

  .list:last-child {
    padding-bottom: 10px;
  }

  .acc-title,
  .acc-no,
  .acc-toggle-icon {
    font-size: 15px;
    text-align: center;
  }

  .acc-title {
    margin: 0 10px;
  }

  .acc-block {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233);
    cursor: pointer;
  }

  .acc-holder {
    margin: 0px 10px;
  }

  .list {
    padding: 4px 0;
    list-style: none;
    text-align: center;
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 638px) and (min-width: 415px) {
  .acc-block {
    font-size: 20px;
    padding: 10px;
  }
  .list-holder .list {
    font-size: 20px;
  }
  .list:first-child {
    padding-top: 10px;
  }

  .list:last-child {
    padding-bottom: 10px;
  }

  .acc-title,
  .acc-no,
  .acc-toggle-icon {
    font-size: 18px;
    text-align: center;
  }

  .acc-title {
    margin: 0 10px;
  }

  .acc-block {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233);
    cursor: pointer;
  }

  .acc-holder {
    margin: 0px 10px;
  }

  .list {
    padding: 4px 0;
    list-style: none;
    text-align: center;
    font-size: 15px !important;
  }

}

@media only screen and (max-width: 834px) and (min-width: 639px) {

  .acc-block {
    font-size: 20px;
    padding: 10px;
  }
  .list-holder .list {
    font-size: 20px;
  }
  .list:first-child {
    padding-top: 10px;
  }

  .list:last-child {
    padding-bottom: 10px;
  }

  .acc-title,
  .acc-no,
  .acc-toggle-icon {
    font-size: 15px;
    text-align: center;
  }

  .acc-title {
    margin: 0 10px;
  }

  .acc-block {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233);
    cursor: pointer;
  }

  .acc-holder {
    margin: 0px 30px;
  }

  .list {
    padding: 4px 0;
    list-style: none;
    text-align: center;
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 1220px) and (min-width: 835px) {

  .acc-block {
    font-size: 30px;
    padding: 30px;
  }
  .list-holder .list {
    font-size: 20px;
  }
  .list:first-child {
    padding-top: 10px;
  }

  .list:last-child {
    padding-bottom: 10px;
  }

  .acc-title,
  .acc-no,
  .acc-toggle-icon {
    font-size: 25px;
    text-align: center;
  }

  .acc-title {
    margin: 0 10px;
  }

  .acc-block {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.233);
    cursor: pointer;
  }

  .acc-holder {
    margin: 0px 50px;
  }

  .list {
    padding: 4px 0;
    list-style: none;
    text-align: center;
    /* font-size: 15px !important; */
  }
}

@media only screen and (max-width: 1820px) and (min-width: 1366px) {
}
