span.strong {
    font-weight: 700 !important;
}

span.underlinded {
    text-decoration: underline !important;
}

span.italics {
    font-style: italic !important;
}

p a {
    color: #EFA71B !important;
    transition: color 0.3s ease !important;
}

p a:hover,
p a:focus {
    color: #E96928 !important;
}
