mamadesign Hello
There is a top padding value applied to the text area, starting from the title. You can override it by adding the following custom CSS:
.t4-section-4 .acm-features.style-3 .module-title {
padding-top: 5px;
}
You can then adjust the padding-top value as needed to achieve the desired alignment.