/**
* Block Name: hero_detail
*/

section.hero_detail {
  margin-top: 50px;
}

section.hero_detail a.back_to_parent {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  display: block;
  padding-left: 35px;
  position: relative;
}

section.hero_detail a.back_to_parent::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.72976 19L11.2541 17.59L6.30273 13L23.7838 13L23.7838 11L6.30273 11L11.2649 6.41L9.72976 5L2.16219 12L9.72976 19Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 0px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}

section.hero_detail a.back_to_parent:hover::before {
  left: -10px;
}
