@media (max-width:1024px) {
    .memory-section .dot {
        right: -1rem
    }

    .memory-section .row:nth-child(2n) .dot {
        left: -1rem
    }

    section.about-home .attract {
        width: 33.33%
    }
}

@media (max-width:980px) {
    .how-we-value-wrapp img.img-fluid {
        height: 350px
    }

    .memory-section .img {
        width: 100%;
        position: relative;
        padding: 0
    }

    .memory-section .memory-image img {
        width: 100%;
        height: 400px;
        max-width: 100%;
        padding: 0
    }

    .memory-image {
        height: 400px;
        margin-bottom: var(--m30);
        padding: 0
    }

    .memory-section .content {
        width: 100%;
        padding: 0
    }

    .memory-section .dot {
        display: none
    }

    .memory-section .row,
    .row .rev {
        margin-bottom: 3rem
    }

    .memory-section .rev {
        flex-direction: column-reverse
    }

    .memory-section .memory-item,
    .summary-section .inner-column-content {
        min-height: auto
    }

    section.about-home .attract {
        width: 50%
    }

    .left-pull.left-content {
        width: 100%;
        order: 2
    }

    .left-pull.right-img.full-size-img {
        order: 1
    }

    .left-pull.right-img {
        width: 100%
    }

    .how-we-value-wrapp .atr-cont h4 {
        font-size: 19px
    }

    .summary-section .row {
        margin-bottom: 2rem;
        flex-direction: column
    }

    section.summary-section a {
        font-size: 28px
    }

    .summary-section .inner-column .image img {
        width: 100%;
        display: block;
        height: 400px;
        object-fit: cover;
        box-shadow: 0 0 4px #060606;
        max-width: 100%;
        position: relative
    }
}

@media (max-width:540px) {

    .how-we-value-wrapp img.img-fluid,
    .memory-image,
    .memory-section .memory-image img,
    .summary-section .inner-column .image img,
    section.about-home .img,
    section.about-home img {
        height: 300px
    }

    .how-we-value-wrapp .atr-cont h4 {
        font-size: 18px
    }

    .col-12,
    .col-lg-5.col-md-12.col-sm-12.position-relative.right-contentss,
    .col-lg-7.col-md-12.col-sm-12.position-relative,
    .how-we-value-wrapp .img-card,
    .left-pull.left-content,
    .left-pull.right-img {
        padding: 0
    }

    .dot,
    .dot-image,
    .dot-image-right {
        display: none
    }

    .memory-section h2 {
        font-size: var(--f26)
    }

    .memory-section .row,
    .row .rev {
        margin-bottom: 2rem
    }

    section.about-home .attract {
        width: 100%;
        padding: 0
    }

    section.about-home .name h2 {
        font-size: var(--f19);
        height: auto
    }

    section.summary-section a {
        font-size: 24px
    }
}

@media (max-width:360px) {
    .memory-section h2 {
        font-size: var(--f24)
    }
}