Hello N.,
Here is a proposal, with `skinparam nodesep 1` and `#gold`/`#MediumBlue` colours, as:
@startuml
skinparam backgroundcolor transparent
skinparam nodesep 1
skinparam rectangle {
roundCorner 15
StereotypeFontColor #black
FontColor #black
BackgroundColor #FFFFFF
BorderColor #00518C
}
rectangle "<size:22>Title 1</size>\n\n____\n\n* Item 1\n* Item 2\n* Item 3" #gold
rectangle "<size:22>Title 2</size>\n\n____\n\n* Item 1\n* Item 2\n* Item 3\n* Item 4\n* Item 4\n* Item 5" #MediumBlue
@enduml
If that can help,
Regards,
Th.