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

.memory-section .memory-image img{
    width: 92%;
    display: block;
    height: 544px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    /* max-width: 107%; */
    position: absolute;
}
.memory-section .img {
    width: 58.333333%;
    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: var(--btn-color);
    padding: var(--p20);
    height: auto;
    border-radius: 40px;
    border: 4px solid #fff;
}

.memory-section .memory-content p{
color:#fff;
}


.memory-section h2{
    font-size: var(--f32);
    margin-bottom: var(--m10);
}
.memory-section h2 a{
    font-family: var(--secondary-font);
    color: var(--heading-color);
}
.memory-section .dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
    display: none;
}

.memory-section .rev .memory-image img{
    right:0px;
}
.memory-section .row:nth-child(even) .dot {
    left: -2rem;
}


.memory-image {
    height: 544px;
    position: relative;
}
.row.align-items-center {
    margin: 0;
}

.rev .memory-item{
  background-color: #d2e6f1;
}

.rev .memory-content p {
    color: #054b7b;
}

section.memory-section {
   background:#f7f1ec;
}



.breadcrumb-wrap {
    padding: var(--p20);
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}

