.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ffffff;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.subscribe0 .section-header h2,
.subscribe0 p {
  color: #fff;
}

.subscribe0 input {
  background: #fff;
  color: #e8453e;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: bolder;
  width: 85%;
  padding-right: 40px;
}

.subscribe0 button {
  border: 0;
  padding: 8px 25px;
  cursor: pointer;
  background: #ffffff;
  color: #e8453e;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  font-weight: bolder;
  position: absolute;
  border-radius: 3px;
  top: 0;
  right: 0;
}

.subscribe0 button:hover {
  background: #ffffff;
}
