.container-2 {
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 28%);
}
.search-container {
  position: relative;
}
.search-container i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}
.search-input {
  padding-left: 40px;
}
.contact-info {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.form-control:focus {
  color: #398d39;
  background-color: #fff;
  border-color: #3b974373 !important;
  outline: 0;
  box-shadow: 0px 0px 4px 0rem rgba(13, 110, 25);
}

.text-decoration-none {
  text-decoration: none !important;
  color: #398d39 !important;
}
