
.m-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
  }
  
  .ms-container {
    width: 20%;
    height: 300px;
    margin: 20px;
    margin-top: 200px;
    transform: scale(1.4);
  }
  
  .ms-container img {
    width: 100%;
    height: 100%;
  }
  
  .ms-title {
    font-size: 1rem;
    font-weight: bold;
    color: black;
  }
  
  .ms-title:hover {
    color: #ed4e3b;
  }
  
  .ms-container img:hover {
    cursor: pointer;
  }
  
  
  
  
  .main-modelS {
    margin-top: 10rem;
  }
  
  .ms-s {
    font-size: 2.5rem;
    font-weight: bold;
    margin-left: 5rem;
  }
  
  .ms-b {
    font-size: 2.5rem;
    margin-left: 5rem;
  }
  
  .ms-sub-titles {
    font-size: 1rem;
    font-weight: bold;
  }
  
  
  .ms-bs {
    margin-top: 5rem;
  }
  
  
  
  
  .cards-ms-s {
    padding-top: 5rem;
  }
  
  
  
  .m3-con {
    position: relative;
  }

  .m3-top-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }

  .m3-top-img:hover {
    opacity: 1;
  }
  
  
  

  @media screen and (max-width: 600px) {

    .c-title {
      font-size: 2.5rem;
    }
  
    .c-sub-title {
      font-size: 5rem;
      margin-bottom: 1.5rem;

  }

  /* .ms-title {
    margin-top: 5rem;
  } */

  .ms-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
  }
    
  }