.rounded {
  border-radius: 12px !important;
}

.rounded-md {
  border-radius: 14px !important;
}

.rounded-lg {
  border-radius: 15px !important;
}

@media (min-width: 768px) {
  .rounded {
    border-radius: 15px !important;
  }
}

@media (min-width: 992px) {
  .rounded-lg {
    border-radius: 22px !important;
  }
}

@media (min-width: 1200px) {
  .rounded-lg {
    border-radius: 26px !important;
  }
}

@media (min-width: 1400px) {
  .rounded-lg {
    border-radius: 30px !important;
  }
}

@media (min-width: 0px) {
  .rounded-xl {
    border-radius: 20px !important;
  }
}

@media (min-width: 992px) {
  .rounded-md {
    border-radius: 17px !important;
  }

  .rounded-xl {
    border-radius: 26px !important;
  }
}

@media (min-width: 1200px) {
  .rounded {
    border-radius: 20px !important;
  }

  .rounded-md {
    border-radius: 20px !important;
  }

  .rounded-xl {
    border-radius: 32px !important;
  }
}
@media (min-width: 1400px) {
  .rounded-md {
    border-radius: 24px !important;
  }

  .rounded-xl {
    border-radius: 40px !important;
  }
}
