﻿hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1:first-letter {
  font-size: 41px;
}

h1 {
  font-size: 24px;
  color:#ff6177;
font-weight:normal;
border-bottom: solid 3px #ff415b;
  position: relative;
padding-bottom:-20px;
}
h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffffff;
  bottom: -3px;
  width: 11%;
}
h2:first-letter {
  font-size: 41px;
}
h2 {
  font-size: 24px;
  color:#ff6177;
font-weight:normal;
border-bottom: solid 3px #ff415b;
  position: relative;
padding-bottom:-20px;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffffff;
  bottom: -3px;
  width: 30%;
}
h3:first-letter {
  font-size: 41px;
}
h3 {
  font-size: 24px;
  color:#ff6177;
font-weight:normal;
border-bottom: solid 3px #ff415b;
  position: relative;
padding-bottom:-20px;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffffff;
  bottom: -3px;
  width: 39%;
}