@media (max-width: 980px){
	.memory-section .img {
    width: 100%;
}
.memory-section .memory-image img{
	width: 100%;
	height: 400px;
	max-width: 100%;
}
.memory-image {
    height: 400px;
    }
    .memory-section .content{
    	width: 100%;
    }
    .memory-section .dot{
    	display: none;
    }
    .memory-section .row, .row .rev {
    margin-bottom: 3rem;
}
.memory-section .rev {
    flex-direction: column-reverse;
}
.memory-section h2 {
    font-size: var(--f26);
}
.memory-section .memory-item{
	min-height: auto;
}
}
@media (max-width: 540px){
	.banner .search-bar.desk{
		/* margin-top: 55px; */
	}
	.memory-section .img, .memory-section .content{
		padding: 0px;
	}
	.memory-section .memory-image img, .memory-image {
    height: 300px;
}
.memory-section h2 {
    font-size: var(--f22);
}
  .how-we-value-wrapp .container{
    padding-left:0;
    padding-right:0;
  }
  .how-we-value-wrapp h2{
    padding-bottom:0;
  }
  .how-we-value-wrapp .attr-col{
   padding:0;
    width:100%;
  }
  .how-we-value-wrapp img.img-fluid{
   height:300px; 
  }
  .how-we-value-wrapp .atr-cont{
   padding:15px; 
  }
  .how-we-value-wrapp .atr-cont h4{
   font-size:20px; 
  }
  .how-we-value-wrapp .row{
   gap:30px; 
  }
}
