#homecare01,
#homecare06{
  background-color:#fffaf4;
}
#homecare header h1{
    display: inline-block;
    position: relative;
    color: #333;
}
#homecare header h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color:#deba8c;
}
#homecare header h2{
    position: relative;
    padding: .8em .7em;
    border-radius:50px;
    background-color: #deba8c;
    color: #fff;
}
#homecare header h2::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 13px;
    border-radius: 50%;
    background: #fff;
}
#homecare img{
  border-radius: 15px;  
}
#homecare03 h3 span{
  background-color:#deba8c;
  border-radius: 15px;
}
#homecare03 h4{
  
}
#homecare03 ul li.one{
  z-index:3;
}
#homecare03 ul li.two{
  z-index:2;
}
#homecare03 ul li.three{
  z-index:1;
}
#homecare03 ul li.one,
#homecare03 ul li.three{
  position: relative;
  padding: 0.6em;
  background:#fffaf4;
  margin-bottom: 30px;
}
#homecare03 ul li.two{
  position: relative;
  padding: 0.6em;
  background:#fff;
}
#homecare03 ul li.one:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 45%;
  border: 30px solid transparent;
  border-top: 30px solid #fffaf4;
  width: 0;
  height: 0;
}
#homecare03 ul li.two:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 45%;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  width: 0;
  height: 0;
}

@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #sale-flow h2 {
    padding: 1vw 2vw;
  }
}

@media (max-width: 575px){
  
}


