body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.text-holder {
  width: min(100%, 480px);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 6px 20px rgba(0, 0, 0, 0.19);
  background: linear-gradient(90deg, #564126, #94400c);
  text-align: center;
  border-radius: 5px 5px 0 0;
  line-height: 1.2;
}

h2 {
  color: #01a896;
  border-radius: 10px;
  font-size: 25px;
}

.updated-date {
  font-size: 0.9rem;
  color: #fff;
}

.container {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  line-height: 1.4;
}

.welcome-text {
  margin-top: -0.8rem;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  color: #01a896;
  font-size: 17px;
}

contact-us {
  color: rgb(47, 0, 255);
}

/* Media query for tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .text-holder {
    width: min(100%, 100%);
    padding: 10px 20px;
  }

  .welcome-text {
    margin-top: 0.5rem;
    line-height: 1.4;
  }
}

/* Laptop/Desktop view (992px and larger) */
@media (min-width: 992px) {
  .text-holder {
    width: min(100%, 100%);
    padding: 10px 20px;
  }

  .welcome-text {
    margin-top: 0.5rem;
    line-height: 1.4;
  }
}

/* Media query for tablets (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: min(100%, 100%);
    padding: 10px 20px;
  }

  .welcome-text {
    margin-top: 0.5rem;
    line-height: 1.4;
  }
}

/* Laptop/Desktop view (992px and larger) */
@media (min-width: 1024px) {
  .container {
    max-width: min(100%, 100%);
    padding: 10px 20px;
  }

  .welcome-text {
    margin-top: 0.5rem;
    line-height: 1.4;
  }
}
