.diary h2 {
 
  font-weight: 500;
 
  font-size: 1.375rem;
 
  position: relative;
 
  margin:0;
 
}
 
 
.diary h2::before {
 
  content:"";
 
  background-image: url(/assets/img/beam-07.png);
 
  position: absolute;
 
  background-repeat: no-repeat;
 
  width: 70px;
 
  height: 20px;
 
  top:0;
 
  left:-80px;
 
 
}
 
 
@media only screen and (max-width: 992px) {
 
  .events h2::before {
 
  left: 0;
 
 }
 
 
  .events h2 {
 
  font-weight: 500;
 
  font-size: 1.375rem;
 
  position: relative;
 
  margin:0;
 
  padding-left: 6.25rem;
 
}
 
  .diary h2::before {
 
  left: 0;
 
 }
 
 
  .diary h2 {
 
  font-weight: 500;
 
  font-size: 1.375rem;
 
  position: relative;
 
  margin:0;
 
  padding-left: 5rem;
 
}

A
A
A
A
A
A
A
A
A

