.Receiver_info_holder {
  background: #ffffff;
  padding: 18px;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(8, 120, 63, 0.08);
  position: relative;
  overflow: hidden;
}

.Receiver_info_holder .head {
  font-weight: 700 !important;
  font-size: 17px !important;
  margin-bottom: 12px !important;
  color: #075c32 !important;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1eee6;
}

.Receiver_info_holder .text_holder {
  padding-top: 2px;
}

.Receiver_info_holder .text_holder h4 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 8px;
}

.Receiver_info_holder .text_holder p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #4b4b4b;
  margin-bottom: 7px;
  line-height: 1.5;
}

.Receiver_info_holder .text_holder .name_holder {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.Receiver_info_holder .text_holder .name_holder .icon_holder {
  background: #eaf6ef;
  border: 1px solid #cce7d7;
  box-shadow: none;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.Receiver_info_holder .text_holder .name_holder .icon_holder .info_icon {
  font-size: 13px;
  color: #08783f;
}

.Receiver_info_holder .text_holder .name_holder h4 {
  margin-bottom: 0;
}

.Receiver_info_holder:hover {
  border-color: #b9dcc7;
  box-shadow: 0 6px 18px rgba(8, 120, 63, 0.12);
  transition: 0.3s ease;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Receiver_info_holder {
    padding: 14px;
  }

  .Receiver_info_holder .head {
    font-size: 15px !important;
  }

  .Receiver_info_holder .text_holder p {
    font-size: 12px;
  }

  .Receiver_info_holder .text_holder h4 {
    font-size: 17px;
  }

  .Receiver_info_holder .text_holder .name_holder .icon_holder {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Receiver_info_holder .text_holder p {
    font-size: 14px;
  }

  .Receiver_info_holder .text_holder h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .Receiver_info_holder {
    padding: 12px;
    border-radius: 6px;
  }

  .Receiver_info_holder .head {
    font-size: 14px !important;
    margin-bottom: 9px !important;
  }

  .Receiver_info_holder .text_holder h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .Receiver_info_holder .text_holder p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .Receiver_info_holder .text_holder .name_holder {
    margin-bottom: 6px;
  }

  .Receiver_info_holder .text_holder .name_holder .icon_holder {
    width: 23px;
    height: 23px;
    min-width: 23px;
    padding: 5px;
    margin-right: 8px;
  }

  .Receiver_info_holder .text_holder .name_holder .icon_holder .info_icon {
    font-size: 11px;
  }
}
