.memory-section .row, .row .rev{
    margin-bottom: 5rem;
}

.memory-section .memory-image img{
    width: 110%;
    display: block;
    height: 550px;
    object-fit: cover;
    box-shadow: 0px 0px 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: 0px 0px 1px #060606;
    right: 0;
    top: 0px;
    background: #fff;
    min-height: 297px;
    z-index: 1;
    padding: var(--p20);
    height: auto;
}
.memory-section h2{
    font-size: var(--f30);
    margin-bottom: var(--m10);
}
.memory-section h2 a{
    color:var(--black-color);
}

.memory-section .dot {
    position: absolute;
    right: 0rem;
    bottom: -0.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.memory-section .rev .memory-image img{
    right:0px;
}
.memory-section .row:nth-child(even) .dot {
    left: 0rem;
}
.row.align-items-center.pagin {
    margin-bottom: 0px;
}
.memory-image {
    height: 550px;
    position: relative;
}

/*Extra css*/
section.about, section.abt-long {
    background-color: var(--lt-bg-color);
}