.Special-Model5 {
    margin-top: 30px;
    height: 300px;
    background-color: rgb(238, 235, 235);
    overflow: hidden;
    }
  
  .Special-Model5-L {
    height: 260px;
    margin-top: 20px;
   }
  
  .Special-Model5-L-C {
      width: 94%;
      height: 100%;
      margin-left: 3%;
      position: relative;
  }
  
  .Special-Model5-L-C img {
    width: 100%;
    height: 100%;
  }
  
  .Special-Model5-L-b {
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: rgba(31, 31, 31, 0.4);
    position: absolute;
    bottom: 0%;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: aliceblue;
  }
  
  .Special-Model5-L-b a {
    color: aliceblue;
  }
  
  .Special-Model5-L:hover .Special-Model5-L-b {
    background: rgba(31, 31, 31, 0.8);
    font-size: 18px;
    font-weight: 500;
  }
  
  .Special-Model5-R {
    height: 260px;
    margin-top: 20px;
  }
  
  .Special-Model5-R img {
      width: 100%;
      height: 100%;
    }
  
  .Special-Model5-R:hover .Special-Model5-L-b {
    background: rgba(31, 31, 31, 0.9);
    font-size: 18px;
    font-weight: 500;
  }
  
  @media screen and (max-width:768px) {
    .Special-Model5{
      height: 320px;
    }
    .Special-Model5-L{
      height: 150px;
      margin-top: 5px;
    }
    .Special-Model5-R{
      height: 150px;
      margin-top: 5px;
    }
  }