
@media (max-width: 980px) {
  
  
  .memory-item.trial::before {
       left: 94% !important;
     }
      
      
      .memory-item h2 {
       font-size: 28px;
    }

}

@media (max-width: 540px){

.right-img {
    width: 100%;
    padding: 0;
}
  .right-img img{
   height:300px;
}
  .left-content {
   width: 100%;
    padding:0;
}

  .memory-item.trial::before {
       display:none;
    }

  .memory-item.trial::after {
  display:none;
   }
  
  
   .memory-item {
        padding: 25px 25px;
  
    }
  
  .memory-item::before {
   display:none;
  }
  
  .memory-item::after {
    display:none;
  }
  
  
  section.memory-section .row.rev {
    flex-direction: column-reverse;
}
  
}









