.custom-component-head {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.custom-component-head-center {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}



.custom-component-head .section-link {
  display: inline-block;
  border: 0;
  background-color: #4ab2f1;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}

  .custom-component-head .section-link:hover {
      background-color: #248ece;
  }
    .custom-component-head .title, .custom-component-head-center .title{
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: normal;
        color: #444;
    }

@media only screen and (min-width: 576px) {
  .custom-component-head {
    flex-direction: row;
  }

    .custom-component-head .section-link {
      margin-top: 0;
    }
}
