.title-style-third {
  position: relative;
  margin-bottom: 25px;
  padding: 0 10px 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  border-bottom: 2px solid #091b32;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .title-style-third {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 5px 5px;
    border-bottom-width: 1px;
  }
}
