@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);
}
}
@media (max-width: 360px){
.memory-section h2 {
    font-size: var(--f20);
}
	}