@media (min-width: 992px) {
  .col-lg-4:nth-child(2) .footer-top-card-inner {
    max-width: 220px;
    margin-right: 16px;
  }

  .col-lg-4:nth-child(3) .footer-top-card-inner {
    max-width: 130px;
    margin-right: 24px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 991px) {
  .heading-01 {
    font-size: 48px;
  }

  .heading-02 {
    font-size: 32px;
  }

  .heading-03 {
    font-size: 30px;
  }

  .heading-04 {
    font-size: 28px;
  }

  .btn {
    padding: 10px 12px;
  }

  .header {
    padding: 15px 0;
  }

  .header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 0 5px;
  }

  .header .btn {
    min-width: 120px;
    width: 100%;
    margin-top: 10px;
  }

  .header .navbar-brand {
    max-width: 150px;
    margin-left: -24px;
  }

  .hero-content {
    padding: 50px 0;
  }

  .roller {
    display: flex;
    height: 56px;
  }

  @keyframes slide {
    0% {
      top: 0;
    }

    20% {
      top: -60px;
    }

    40% {
      top: -120px;
    }

    60% {
      top: -176px;
    }

    80% {
      top: -232px;
    }
  }

  .section-crm {
    padding: 50px 0;
  }

  .card-crm {
    margin-bottom: 24px;
  }

  .section-client {
    padding: 50px 0;
  }

  .section-empower {
    padding: 50px 0 0;
  }

  .empower-image {
    margin: 0 auto 50px;
  }

  .empower-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .empower-image-01,
  .empower-image-02,
  .empower-image-03 {
    position: initial;
  }

  .empower-image img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
    display: block;
  }

  .empower-image:hover .empower-image-01 img,
  .empower-image:hover .empower-image-02 img,
  .empower-image:hover .empower-image-03 img {
    transform: scale(1) rotate(3deg);
    transform-origin: inherit;
  }

  .section-crm-hr {
    padding: 50px 0;
  }

  .crm-todo-image {
    text-align: center;
    padding: 60px 0;
  }

  .crm-todo-image-inner img {
    max-width: 50%;
  }

  .crm-todo-image-inner img:nth-child(1) {
    top: 90px;
    left: 0;
  }

  .crm-todo-image-inner img:nth-child(2) {
    top: 100px;
    right: 10px;
    height: 200px;
  }

  .crm-hr-content {
    margin-bottom: 40px;
  }

  .crm-hr-content ul,
  .crm-hr-content ul li .crm-hr-text {
    max-width: 100%;
  }

  .crm-hr-image::before {
    top: 20px;
    background-size: 462px 366px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .crm-hr-image-inner img {
    max-width: 50%;
  }

  .crm-hr-image-inner img:nth-child(1) {
    top: 10px;
    left: 10%;
  }

  .crm-hr-image-inner img:nth-child(2) {
    bottom: -15px;
    left: 0;
  }

  .crm-hr-image-inner img:nth-child(3) {
    right: 0;
  }


  .section-crm-todo {
    padding: 50px 0;
  }

  .crm-todo-image {
    padding-left: 0;
    text-align: center;
    padding: 60px 0;
  }

  .crm-todo-image::before {
    top: 0;
    background-size: 462px 366px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .crm-todo-content {
    margin-left: 0;
  }

  .crm-todo-content ul,
  .crm-todo-content ul li .crm-todo-text {
    max-width: 100%;
  }

  .crm-todo-content {
    margin-bottom: 40px;
  }

  .section-trial {
    padding: 0 0 50px;
  }

  .trial-content {
    padding: 40px 20px;
  }

  .trial-form {
    padding: 40px 20px;
  }

  .section-testimonial {
    padding: 50px 0 0;
  }

  .testimonial-image {
    text-align: center;
  }

  .testimonial-content {
    text-align: center;
    margin: 30px auto;
  }

  .footer {
    padding: 100px 0 30px;
  }

  .footer-top-card {
    text-align: center;
  }

  .footer-top .footer-top-card::before {
    content: none;
  }

  .footer-bottom {
    margin-top: 30px;
  }

  .footer-bottom-link {
    margin-bottom: 50px;
  }

  .footer-bottom-link h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .footer-bottom-link a {
    font-size: 14px;
  }

  .footer-bottom .footer-bottom-copy {
    margin-top: 10px;
  }
}