 @media (max-width: 1024px){
    .memory-section .dot{
        right: -1rem;
    }
    .memory-section .row:nth-child(even) .dot {
    left: -1rem;
}
section.about-home .attract{
    width: 33.33%;
}
}
    @media (max-width: 980px){
       .summary-section .col-12 {
            flex: 0 0 auto;
            width: 100%;
        }
        .summary-section .inner-column .image img{
            height: 450px;
        }
        .inner-column-content{
            min-height: auto;
        }
    .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.about-home .attract{
    width: 50%;
}
}
@media (max-width: 540px){
  .how-we-value-wrapp img.img-fluid {
    height: 300px;
   
}
  section.how-we-value-wrapp .col-12{
    padding:0;
  }
  .how-we-value-wrapp .atrr{
    padding: 0;
    position: relative;
}
    .summary-section .inner-column .image img{
            height: 350px;
    }
    section.summary-section a{
        font-size: 19px;
    }
    .inner-column-content{
        min-height: auto;
    }
    .checklist p{
        text-align: center;
    }
    .dot {
        position: absolute;
        right: -1rem;
        bottom: -4.6rem;
        left: auto;
        text-align: end;
        width: fit-content;
        z-index: -1;
        overflow-x: hidden;
    }
    .summary-section .col-12 {
        flex: 0 0 auto;
        width: 100%;
        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;
}
section.about-home .attract {
    width: 100%;
    padding: 0px;
}
section.about-home img, section.about-home .img{
    height: 300px;
}
section.about-home .name h2 {
    font-size: var(--f20);
    font-weight: 600;
    height: auto;
    }
}
@media (max-width: 360px){
    .memory-section h2 {
    font-size: var(--f24);
}
}