Correggi così:
#rt-mainbody-surround .title, #rt-mainbody-surround .component-content h2 { border-top-color: #EFEFEF;}.title, .component-content h2 { border-top: 2px solid #EFEFEF; letter-spacing: normal; margin-bottom: 10px; margin-top: 0;}
se non riesci a trovare dove, aggiungi questo:
#rt-mainbody-surround .title, #rt-mainbody-surround .component-content h2 {
border-bottom-color: rgba(0, 0, 0, 0) !important;
border-top-color: #EFEFEF;
}
.title, .component-content h2 {
border-top: 2px solid #EFEFEF;
border-botton-color: rgba(0, 0, 0, 0) !important;
}