.feedback-container {
  padding: 30px 0;
}
.feed-item {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.feed-name {
  color: #434142;
  font-size: 25px;
}
.feed-text {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.feed-date {
  font-size: 17px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.feed-write {
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.feed-form {
  width: 50%;
}
.form-name {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.form-mail {
  width: 49%;
  margin-bottom: 10px;
  float: right;
}
.feed-btn {
  position: relative;
  margin-top: 10px;
  background: #4d8cf7;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s;
  border: none;
}
.feed-btn:hover {
  text-decoration: none;
  background: #4d8cf7;
  -webkit-box-shadow: 2px 1px 4px 3px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 2px 1px 4px 3px rgba(50, 50, 50, 0.4);
  box-shadow: 2px 1px 4px 3px rgba(50, 50, 50, 0.4);
  color: #fff;
  transition: all 0.3s;
  border: none;
}
