/*
Theme Name: Astra Child
Theme URI: https://wpservicehub.com/
Description: Child theme for Astra used by WP Service Hub.
Author: WP Service Hub
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom styles below */
body{
font-family:'Inter',sans-serif;
}

body{
overflow-x:hidden;
}

.hero-title{
font-size:58px;
line-height:1.1;
font-weight:700;
}

section{
padding:80px 0;
}

.card{
border-radius:18px;
}

@media(max-width:768px){

.hero-title{
font-size:34px;
}

section{
padding:50px 0;
}

}