.search-content {
  width: 250px;
  float: right;
  border-radius: 0px
}

.content-title {
  float: left
}

.search-right {
  float: right;
}

.body-content {
  display: flex;
  justify-content: space-between;
}

.search_box {
  border-radius: 0px !important;
}

.btn-search {
  background-color: #E9E9E9 !important;
  border: 1px solid #E9E9E9;
  border-radius: 0px;
  height: 40px
}

.funeral-list {
  margin: 0;
  padding: 0;
}

.funeral-list .list-title {
  padding: 10px 15px;
  /*background: #d2b93c;*/
  width: 100%;
}

.funeral-list .list-title h3 {
  font-size: 16px;
  padding: 18px 10px;
  font-weight: 600;
  margin: 0;
}

.funeral-list-items {
  position: relative;
  margin-bottom: 20px;
}

.funeral-list-items ul {
  margin: 0;
  padding: 0
}

.funeral-list-items ul li {
  list-style: none;
}

.funeral-list-items ul li .profile_info {
  padding: 25px 0;
  display: table;
  width: 100%;
}

.funeral-list-items ul.funeral-profile li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.profile_data, .profile_image, .profile_content {
  display: table-cell;
  vertical-align: top;
}

.profile_image {
  padding: 0px 25px;
  width: 15%;
}

.profile_content {
  /*padding: 10px 25px;*/
  padding: 0px 25px;
  width: 25%;
}

.profile_data {
  padding: 0 25px;
  text-align: right;
  width: 60%;
  margin-top: 30px;
}

.profile_data a {
  display: block;
  text-align: center;
  text-decoration: none;
  opacity: 0.6;
}

.profile_data .item-image {
  height: 40px;
}

.profile_data a p {
  padding: 0;
  margin: 0;
  line-height: 18px;
  vertical-align: top;
}

.profile_data a:hover, .profile_data a:focus {
  text-decoration: none;
  opacity: 1;
  color: #000;
}
.memoriam-text {
    word-wrap: break-word; /* Allows long words to be broken and wrap onto the next line */
    overflow-wrap: break-word; /* Ensures text content behaves well when wrapped */
    white-space: normal; /* Makes sure the text will wrap normally */
}
