.custom-header {
  background-color: rgb(255, 251, 239) !important;
  border-bottom-left-radius: 7rem !important;
  border-bottom-right-radius: 7rem !important;
}

.header-logo {
  height: 60px;
  width: auto;
  flex-shrink: 0;
}

.header-title {
  font-size: 4rem;
  color:rgb(2, 156, 105);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}





@media (max-width: 767px) {
  .custom-header {
  border-bottom-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

  .header-logo {
    height: 40px;
  }

  .header-title {
    font-size: 2rem;
    white-space: normal;
  }
}

/* Tablet - square hero slider */
@media (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    height: 50px;
  }

  .header-title {
    font-size: 3rem;
    white-space: normal;
  }
}



