@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .card-user {
    width: 261px;
  }
  .review-user-card {
    width: 355px;
  }
  .video-card, .portfolio-card, .event-card {
    width: 261px;
  }
  .ux {
    top: 100px;
    left: 120px;
  }
  .design {
    left: 180px;
    top: 250px;
  }
  .web {
    left: 45%;
    top: 70px;
  }
  .content {
    right: 150px;
    top: 100px;
  }
  .marketing {
    right: 180px;
    top: 210px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .text-hero {
    font-size: 48px;
    line-height: 60px;
  }
  .card-user, .portfolio-card, .event-card {
    width: 296px;
  }
  .review-user-card {
    width: 453px;
  }
  .video-card {
    width: 336px;
  }
  .ux {
    top: 70px;
    left: 50px;
  }
  .design {
    left: 30px;
    top: 180px;
  }
  .web {
    left: 40%;
    top: 70px;
  }
  .content {
    right: 0px;
    top: 80px;
  }
  .marketing {
    right: 50px;
    top: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ball {
    top: 15%;
  }

  .text-hero {
    font-size: 56px;
    line-height: 60px;
  }

  .portfolio-back {
    .left {
      left: -10%;
    }
    .right {
      right: -20%;
    }
  }

  .ux {
    top: 30px;
    left: -30px;
  }

  .design {
    left: -20px;
    top: 200px;
  }

  .web {
    left: 40%;
    top: 10px;
  }

  .content {
    right: -40px;
    top: 40px;
  }

  .marketing {
    right: -20px;
    top: 170px;
  }

  .scroll-h {
    overflow: auto;
  }
}

@media only screen and (max-width: 575px) {
  .ball {
    top: 10%;
    filter:blur( 15vw );
  }

  .text-hero {
    font-size: 32px;
    line-height: 40px;
  } 

  .heading-lg {
    font-size: 16px;
    line-height: 20px;
  }

  .text-section, .heading-3xl {
    font-size: 20px;
    line-height: 28px;
  }

  .clover-section-top {
    top: -30%;
    right: -50%;
  }

  .clover-section-bot {
    width: 200px;
    left: -8%;
  }

  .review-user-card {
    width: 308px;
  }

  .tabs {
    overflow: auto;
    column-gap: 16px;
  }

  .tab-switcher {
    display: flex;
    padding-block: 12px;
    width: 150px;
  }

  .tab-switcher .clover-top {
    top: -70%;
    right: -35%;
  }
  
  .tab-switcher .clover-bottom {
    bottom: -70%;
    left: -35%;
  }

  .margin-top-section {
    margin-top: 64px;
  }

  .scroll-h {
    overflow: auto;
    gap: 16px;
  }

  .move-tag {
    padding: 2px 10px;
  }

  .ux {
    top: 20px;
    left: -20px;
    font-size: 8px;
  }

  .design {
    left: -40px;
    top: 150px;
    font-size: 8px;
  }

  .web {
    left: 40%;
    top: 30px;
    font-size: 8px;
  }

  .content {
    right: -40px;
    top: 40px;
    font-size: 8px;
  }

  .marketing {
    right: -40px;
    top: 130px;
    font-size: 8px;
  }

  .benefit-card {
    .cover {
      padding: 8px;
    }
  }

  .portfolio-back {
    .left {
      left: -50%;
    }
    .right {
      right: -65%;
    }
  }

  .clover-video {
    top: 2%;
    left: -5%;
    width: 15%;
  }

  .benefit-card {
    .cover {
      height: 171px;
    }
  }

  .outline-btn {
    padding: 12px 16px;
    align-self: stretch;
  }
}