.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.table-container {
  width: 100%;
  overflow-x: auto; /* Enable horizontal scrolling for small screens */
  margin: 0 auto;
}

.important-contact {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: transparent;
  font-size: 14px;
}

.important-contact th, .important-contact td {
  border: 1px solid #ccc;
  border-radius: 5px; /* Rounded borders */
  padding: 10px;
  text-align: left;
}

.important-contact th {
  background-color: transparent;
  font-weight: bold;
}

.important-contact tr:nth-child(even) {
  background-color: transparent;
}

/* Responsive Design */
@media (max-width: 768px) {
  .important-contact th, .important-contact td {
    font-size: 14px; /* Reduce font size for smaller screens */
  }
}

.text-center {
  text-align: center !important;
}

.w-100 {
  width: 100% !important;
}
