.memory-section .row,.row .rev {
    margin-bottom: 6rem
}

a.sticky.main-btn.book1 {
    display: none
}

.memory-section .memory-image img {
    width: 110%;
    display: block;
    height: 750px;
    object-fit: cover;
    box-shadow: 0 0 4px #060606;
    max-width: 107%;
    position: absolute
}

.memory-section .img {
    width: 58.33333333%;
    position: relative
}

.memory-section .content {
    width: 41.66666667%;
    position: relative;
    display: flex;
    align-items: center
}

.memory-section .memory-item {
    position: relative;
    box-shadow: 0 0 1px #060606;
    right: 0;
    top: 0;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: var(--p20);
    height: auto
}

.memory-section h2 {
    font-size: var(--f30);
    margin-bottom: var(--m10)
}

.memory-section h2 a {
    font-family: var(--secondary-font)
}

.memory-section .dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content
}

.memory-section .rev .memory-image img {
    right: 0
}

.memory-section .row:nth-child(2n) .dot {
    left: -2rem
}

.memory-image {
    height: 750px;
    position: relative
}

.row.align-items-center {
    margin: 0
}

.active>.page-link,.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.page-link {
    color: var(--primary-color)
}

section.memory-section {
    overflow: hidden
}
section.memory-section .head-sec p{
    text-align:center;
    font-size:14px;
    color:var(--black-color);
    text-transform:capitalize;
    font--weight:400;
}
section.memory-section .head-sec{
    margin:auto;
    margin-bottom:30px;
    max-width:80%;
}