.card-img {
    width: 100%;
    height: 306px;
  }

  ul li {
    list-style: none;
    position: relative;
  }

  .custom-border {
    height: 2px;
    background-color: #ff7575;
    width: 100%;
  }
  .card-body {
    position: relative;
  }
  .show_btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    border: 0px;
  }
  .show_btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
  }
  ul.content li {
    list-style-type: decimal;
    list-style-position: inside;
  }
  .card-list li:nth-child(n) {
    border-bottom: 2px solid #ff7575;
  }
  @media (max-width: 1400px) {
    .card-img {
      width: 100%;
      height: 278px;
    }
  }
  @media (max-width: 768px) {
    .card-list li:nth-child(n) {
      border-bottom: none;
    }
  }
  .card-list li:first-child {
    border-top: 2px solid #ff7575;
  }
  .content li {
    border: none !important;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .card-list li .col-sm-6:last-child {
    margin-bottom: 0px !important;
  }