.Receiver_info_holder {
  width: 100%;
  background: #fff;
  border: 1px solid #eee4e1;
  border-radius: 8px;
  padding: 18px 20px;

  box-shadow: 0 5px 18px rgba(44, 8, 10, 0.06);
  position: relative;
  overflow: hidden;
}

.Receiver_info_holder::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #2c080a;
}

.Receiver_info_holder .text_holder h4 {
  margin: 0 0 5px;
  text-align: left;
  
  font-size: 21px;
  font-weight: 600;
  color: #2c080a;
  letter-spacing: 0.2px;
}

.Receiver_info_holder .text_holder p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #403535;
  line-height: 1.6;
}

.Receiver_info_holder .text_holder .name_holder {
  display: flex;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f0e9e7;
}

.Receiver_info_holder .text_holder .name_holder:last-child {
  border-bottom: none;
}

.Receiver_info_holder .text_holder .name_holder .icon_holder {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #f7eeee;
  border: 1px solid #eadbda;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.Receiver_info_holder .text_holder .name_holder .icon_holder .info_icon {
  font-size: 12px;
  color: #2c080a;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Receiver_info_holder {
    padding: 15px 16px;
    border-radius: 7px;
  }

  .Receiver_info_holder .text_holder h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .Receiver_info_holder .text_holder p {
    font-size: 12px;
  }

  .Receiver_info_holder .text_holder .name_holder {
    padding: 7px 0;
  }

  .Receiver_info_holder .text_holder .name_holder .icon_holder {
    width: 27px;
    height: 27px;
    min-width: 27px;
    margin-right: 8px;
  }

  .Receiver_info_holder .text_holder .name_holder .icon_holder .info_icon {
    font-size: 10px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Receiver_info_holder .text_holder p {
    font-size: 13px;
  }
}
