Move Recently viewed up 20px Desktop

@Luxurymrkt , You can follow these steps:

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Search for the file theme.css and find this css code below:

@media screen and (min-width: 767px) {
.section-header__title {
  font-size: 22px;
}

Step 3: Now, the font-size is “22px”. Change font-size, increase it to 32px, 42px, 52px, … and click “save” button.

If it works, please mark my answer as solution. Tks.