@charset "UTF-8";
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
  position: relative;
   padding:10px;
}

.section-header h2 {
  font-size: 32px;
  color: #01345F;
/*  text-transform: uppercase; *//* my */
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}



.section-header p {
  padding: 0;
  margin: 0;
}