.text-black {
  color: black;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
.header-bg {
  background-image: url("../../img/sheetmetal/oil-change/header.jpg");
}
.bg-grey {
  background-color: #D8D8D8;
}
.header-grey {
  padding: 10px;
  background-color: #D8D8D8;
}
.condition-img {
  padding: 10px;
}
.no-wrap {
  display: inline-block;
}
.l-size {
  font-size: 23px;
}
.m-size {
  font-size: 19px;
}
.s-size {
  font-size: 15px;
}
.xs-size {
  font-size: 14px;
}
@media (max-width: 767px) {
  h1, h2, h3 {
    font-size: 19px;
  }
  h4, h5 {
    font-size: 15px;
  }
  .l-size {
    font-size: 19px;
  }
  .m-size {
    font-size: 15px;
  }
}
.bold {
  font-weight: bold;
}
.indent {
  margin: 20px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left:
    5px;
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-eq-height {
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.wrapper-center {
  display: flex;
  align-items: center;
}
.box {
  position: relative;
  margin: 5em 0;
  padding: 0.5em 1em;
  border: solid 3px #FF0000;
}
.box .box-title {
  position: absolute;
  display: inline-block;
  top: -53px;
  left: -3px;
  padding: 0 9px;
  height: 50px;
  font-size: 15px;
  background: #FF0000;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box-title > p {
  height: 100%;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box p {
  margin: 0;
  padding: 0;
}