@charset "utf-8";

.pd_icon--brown:before {
  background: #6c1919;
}
.pd_icon--orange:before {
  background: #eb7400;
}
.pd_icon--green:before {
  background: #6bb031;
}
.pd_icon--green2:before {
  background: #3b6d36;
}
.pd_icon--blue:before {
  background: #1397bc;
}
.pd_icon--blue2:before {
  background: #033887;
}
.pd_icon--purple:before {
  background: #9e67a2;
}
.pd_icon--pink:before {
  background: #e9546b;
}
.red-underline {
  position: relative;
}
.red-underline::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
  position: absolute;
  bottom: 0px;
  left: 0;
}
