@charset "UTF-8";
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
  position: relative;

left: -15px;
}

.section-header h2 {
  font-size: 32px;
  color: #01345F;
/*  text-transform: uppercase; *//* my */
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #F53F61;
  bottom: 0px;
  left: 0px;
}

.section-header p {
  padding: 0;
  margin: 0;
}