.card-content {
    text-align: center;
}
.card-category-2 ul{
  padding: 0;
}

.card-category-2 ul li{
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}

.card-category-2 ul li{
  margin: 10px 5px;
}
  .card-category-2 {
      text-align: center;
      margin-bottom: 45px;
  }
  .img-card.iCard-style2 .card-title {
      padding: 15px 10px;
      font-size: 20px;
      font-weight: 900;
      font-family: ui-serif;
  }

  .card-category-2 > div:not(:last-child) {
      margin: 10px 5px;
      text-align: left;
  }
  .card-content {
    text-align: center;
}
  .img-card {
      width:350px;
      position: relative;
      border-radius: 5px;
      text-align: left;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
      -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
      -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  }
  .img-card-Modal {
    width: auto;
    position: relative;
    border-radius: 5px;
    margin: 0px 10px;
    text-align: left;
    /* -webkit-box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%); */
}
    .img-card .card-image {
          position: relative;
          margin: auto;
          overflow: hidden;
          border-radius: 5px 5px 0px 0px;
          height: 300px;
          width: 100%;
      }

      .img-card .card-image img {
        object-fit: fill;
        height: 100%;
        width: auto;
          border-radius: 5px 5px 0px 0px;
          -webkit-transition: all 0.8s;
          -moz-transition: all 0.8s;
          -o-transition: all 0.8s;
          transition: all 0.8s;
      }

      .img-card .card-image:hover img {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1);
      }

      .img-card .card-text {
          padding: 0 8px 0px;
          line-height: 1.5;
      }

      .img-card .card-link {
          padding: 0px 15px 30px;
          width: -webkit-fill-available;
          text-align: center;
      }
      .img-card .card-link-modal {
          padding: 20px 15px 30px;
          width: auto;
          text-align: center;
      }
  .img-card.iCard-style2 .card-link-modal button {
    border: 1px solid;
    padding: 13px;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #bb0000;
    border-radius: 10px;
    }
      .img-card.iCard-style2 .card-link-modal button:hover {
          opacity: 0.3;
      }
      .img-card.iCard-style2 .card-title {
          padding: 5px;
      }

      .img-card.iCard-style2 .card-image {
          margin-bottom: 15px;
      }

      .img-card.iCard-style2 .card-caption {
          text-align: center;
          top: 80%;
          font-size: 17px;
          color: #fff;
          position: absolute;
          width: 100%;
          z-index: 1;
      }

      .img-card.iCard-style2 .card-link button {
          border: 1px solid;
          padding: 10px;
          border-radius: 3px;
          color: #fff;
          font-size: 13px;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s;
          background: #000;
          border-radius: 10px;
      }

      .img-card.iCard-style2 .card-link button:hover {
          opacity: 0.3;
      }

      .img-card.iCard-style2 .card-link button:hover span {
          color:#fff;
      }
      .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 2060; /* Sit on top */
        padding-top: 15px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow-x: hidden;
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgb(0 0 0 / 72%); /* Black w/ opacity */
      }

      /* Modal Content */
      .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px 0px;
        border: 1px solid #888;
        width: 75%;
        display: flex;
          flex-direction: column;
          align-content: center;
          justify-content: center;
          align-items: center;
      }

      /* The Close Button */
      .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }

      .close:hover,
      .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
      }
      .teuncate{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
@media only screen and (max-width: 760px) {
  .img-card-Modal {
    width: auto!important;
    margin: 5px;
  }
  }
@media only screen and (max-width: 480px) {
  .img-card {
    width: auto!important;
    margin: 10px;
  }
  .modal-content{
  width: 95%!important;
  }
    }

@media only screen and (max-width: 360px) {
}
