.design .fourimage .img_sosmed img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  section.design_follow .content {
    padding: 52px 28px 34px;
    box-sizing: border-box;
  }

  section.design_follow .content h5 {
    font-size: 34px;
    line-height: 1.16;
    letter-spacing: -0.8px;
  }

  section.design_follow .content h5 a {
    display: block;
    overflow-wrap: anywhere;
  }

  section.design_follow .content p {
    max-width: 29ch;
    margin-top: 22px;
    font-size: 19px;
    line-height: 1.45;
  }

  section.design {
    width: 100%;
    overflow: hidden;
  }

  section.design .container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .design .fourimage {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .design .fourimage::-webkit-scrollbar {
    display: none;
  }

  .design .fourimage .img_sosmed {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .design .fourimage .img_sosmed img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
  }

  section.design .social-feed-dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 24, 32, 0.35);
    backdrop-filter: blur(5px);
    transform: translateX(-50%);
  }

  section.design .social-feed-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    transition: width 0.25s ease, background 0.25s ease;
  }

  section.design .social-feed-dots button.active {
    width: 26px;
    background: var(--pink-2);
  }
}
