Hi there,
1. The module does not intefere in any way with the module title. If there is a reduced module title, this is probably caused by something else.
2. You can change the font size and weight to your preferred one with the following css:
.rga .inner-mix {
font-size: 15px !important;
}
.mix-introtext {
font-weight: 400 !important;
}
3. You can remove the text padding with the following css:
.rga .inner-mix {
padding-left: 0 !important;
padding-right: 0 !important;
}