hr {
    width: 100%;
}

h2 {
    font-family: 'MyCustomFont', sans-serif;
    font-size: 1.5rem
}

h3 {
    font-family: 'MyCustomFont', sans-serif;
    font-size: 1.15rem;
}

h4 {
     font-family: 'MyCustomFont', sans-serif;
}

h7 {
     font-family: 'MyCustomFont', sans-serif;
     color: white;
}

a {
    font-family: 'MyCustomFont', sans-serif;
}

.label-text-category h3 {
    font-size: 0.8em;
}

.label-text i {
    font-size: 0.8em;
}

p {
    font-family: 'MyCustomFont', sans-serif;
    font-size: 0.95rem;
}

.section-title {
    font-family: 'MyCustomFont', sans-serif;
    font-size: 2.3rem;
}

.p-detail {
    margin-top: -10px;
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('font/Now-Regular.otf') format('opentype'),
       url('font/Now-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}