.text-blue {
  color: #487FBE !important;
}
.note-text > a{
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .note-text > a{
    font-size: 10px;
  }
}