.card{
    margin: 10px auto;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
    border-radius: 6px;
    height: 100%;
    transition: 0.3s;
    background-color: #f9f9f966 !important;
    cursor: pointer;
  }
.card:hover {
  box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}
  .card-title{
    color: #666666;
    font-weight: 500;
    font-size: 22px;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: 24px !important;

  }
  .card-text{
        font-weight: 500;
  color: #66686b;
  }
  .card-image{
    text-align: center;
    margin: 10px 0;
  }
  .card-image img{
    width: 100%;
    height: 130px;
    object-fit: contain;
  }
  .card-text{
    text-align: center;
  }

  .title-heading{
    font-size: 3em;
    text-align: center;
    margin: 4%;
    font-weight: bold;

  }
  .boxes-container{
    width: 100%;
    margin-top: 50px;
  }
  .list-media-ul{
    margin-bottom: 20px;
  }
  .list-media-ul li{
    text-align: right;
    font-family: "Tajawal";
    list-style: disc;
  }
  @media (max-width: 820px) {
  .boxes-container .col-lg-6 {
    margin-bottom: 20px;
  }
  .boxes-container .row{
    margin-right: 0;
    margin-left: 0;

  }
}