How can I adjust font size and align text with pictures in the Dawn theme?

Hello

My first task is how to increase font size of text in multicolumns.

Second task is how to align text with pictures in featured products

I want to bring social media icons here

@hassaan29 can you provide store url ?

https://happydandis.myshopify.com/

@hassaan29

  1. For first task css
ul#Slider-template--16825952403732__multicolumn {
    font-size: 20px !important;
}
.multicolumn-card__info h3 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

  1. For second task css
.card--standard>.card__content .card__information {
    padding-left: 88px !important;
    padding-right: 0 !important;
}

put above css into theme.liquid file before closing tag

For third task we need to manage html code

How I can change fonts and styles of these

a.link.link--text.list-menu__item.list-menu__item--link {
    font-size: 19px !important;
}
h2.footer-block__heading {
    font-size: 24px !important;
}
.footer-block__details-content.rte {
    font-size: 19px !important;
}

@hassaan29 add this css

Please tell me where to add

@hassaan29 base.css file (online store->themes->base.css)