 @media (max-width: 1024px){
    .memory-section .dot{
        right: -1rem;
    }
    .memory-section .row:nth-child(even) .dot {
    left: -1rem;
}
}
    @media (max-width: 980px){
        section.attractions_wrapper .col-lg-4.col-md-4.col-12{
    width: 50%;
}
    .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: var(--m30);
    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;
}
section.attr-sec .col-4{
    width: 50%;
    margin-bottom: var(--m20);
}
}
@media (max-width: 540px){
     section.attractions_wrapper .col-lg-4.col-md-4.col-12 {
        width: 100%;
        padding: 0;
    }
    .attr-over h4{
        font-size: 20px;
    }
    .memory-section .memory-image img, .memory-image{
         height: 300px;
    }
    .memory-section h2 {
    font-size: var(--f26);
    }
    .memory-section .row, .row .rev {
    margin-bottom: 2rem;
}
section.common-page-wrap{
    padding: var(--p40) 0;
}
section.attr-sec .col-4{
    width: 100%;
    gap: 20px;
    padding: 0px;
}
.attraction-sec {
    padding: 0px;
}
section.attr-sec .attraction-sec h2{
    font-size: var(--f21);
}
section.attr-sec .attraction-sec .content-overlay, section.attr-sec .attraction-sec img, section.attr-sec .attraction-sec a{
    height: 300px !important;
}
}
@media (max-width: 360px){
    .memory-section h2 {
    font-size: var(--f24);
}
}