.rules-sub {
  width: 100%;
  padding-top: 15px;
  text-align: justify;
  color: black;
  font-size: 16px;
  font-family: Acrom;
  font-weight: 700;
  word-wrap: break-word;
}
.photo-chip-fish {
  width: 100%;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
}

p {
  color: black;
  font-size: 14px;
  font-family: Acrom;
  font-weight: 400;
  margin-bottom: 0px !important;
  word-wrap: break-word;
}

.urlbt {
  color: #0e537e;
  font-size: 14px;
  font-family: Acrom;
  font-weight: 700;
  text-decoration: underline;
  word-wrap: break-word;
  cursor: pointer;
}

.plash {
  background: #ebebeb;
  border-radius: 15px;
  margin-right: 12px !important;
  margin-left: 12px !important;
  margin-top: 6px !important;
}
.card-border {
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border: 1.5px #969b5c solid;
  border-left-width: 0px !important;
}
.text-tbl-t {
  font-size: 12px;
}
@media (max-width: 768px) {
  .photo-chip-fish {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .urlbt {
    font-size: 9px;
  }
  .text-tbl-t {
    font-size: 9px;
  }
  p {
    font-size: 9px;
  }
  .rules-sub {
    font-size: 11px;
  }
  .card-border {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;

    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border: 1.5px #969b5c solid;
    border-left-width: 1.5px !important;
    border-top-width: 0px !important;
  }
}
