 @media (max-width: 1024px){
    .memory-section .dot{
        right: -1rem;
    }
    .memory-section .row:nth-child(even) .dot {
    left: -1rem;
}
   .single-box img {
    height: 370px;
}
   .single-box .content, .single-box .hover-content {
    border-radius: 50% 50% 5px 5px;
}
}
    @media (max-width: 980px){
      
      
      section.memory-section .container { 
       gap: 30px 0;
   }   
      
      
    .memory-section .img {
    width: 100%;
    position: relative;
     padding:0px;
}
.memory-section .memory-image img{
    width: 100%;
    height: 400px;
    max-width: 100%;
     padding:0px;
}
.memory-image {
    height: 400px;
    margin-bottom: 0;
    padding:0px;
}
.memory-section .content {
    width: 100%;
     padding:0px;
}
.memory-section .dot{
    display:none;
}
.memory-section .row, .row .rev {
    margin-bottom: 3rem;
}
.memory-section .rev{
    flex-direction: column-reverse;
}
.memory-section .memory-item{
    min-height: auto;
}
      .single-box img {
    height: 350px;
}
      
}
@media (max-width: 540px){
  
  .row.align-items-center.rev {
    flex-direction: column-reverse;
}
  
  section.memory-section .col-sm-12{
    padding:0;
  }
  
  section.how-we-value-wrapp.wow.fadeInUp .container {
    padding: 0;
}
    .memory-section .memory-image img, .memory-image{
         height: 300px;
    }
    .memory-section h2 {
    font-size: var(--f26);
    }
    .memory-section .row, .row .rev {
    margin-bottom: 2rem;
}
}
@media (max-width: 360px){
    .memory-section h2 {
    font-size: var(--f24);
}
}