@media (max-width: 1024px) {
  .memory-section .dot {
    right: -1rem;
  }
  .memory-section .row:nth-child(2n) .dot {
    left: -1rem;
  }
}
@media (max-width: 980px) {
  .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: 5px;
  }
  .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;
  }
  a.sticky.main-btn {
    display: block !important;
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -41px;
    top: 45%;
    z-index: 999;
    color: #fff !important;
    background: var(--secondary-color);
    padding: var(--p10) var(--p25);
    border-radius: 40px;
  }
}
@media (max-width: 540px) {
  .memory-image,
  .memory-section .memory-image img {
    height: 300px;
  }
  .memory-section h2 {
    font-size: var(--f26);
  }
  .memory-section .row,
  .row .rev {
    margin-bottom: 2rem;
  }
  a.sticky.main-btn {
    display: block !important;
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -41px;
    top: 45%;
    z-index: 999;
    color: #fff !important;
    background: var(--secondary-color);
    padding: var(--p10) var(--p25);
    border-radius: 40px;
  }
}
@media (max-width: 360px) {
  .memory-section h2 {
    font-size: var(--f24);
  }
  .memory-image,
  .memory-section .memory-image img {
    height: 250px;
  }
  .memory-section .memory-item {
    padding: var(--p15);
  }
}
