@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
*, body {font-family: "Google Sans", sans-serif; font-weight:500;}
p {font-family: "Google Sans", sans-serif !important; font-weight:500;}
a {font-family: "Google Sans", sans-serif !important; font-weight:500;}
h2 {font-size: 36px !important; line-height: 120%; letter-spacing: 1px;}
.section-padding {padding: 60px 0;}
.pt-5{padding-top:50px;}
.space-top { padding-top: 60px;}
.clr-yellow{color:#f9c300;}
.clr-grey{color:#6d756d;}
.footer-section.footer-style3 .footer-widget-wrapperv03 { padding: 50px 0;}

@media (max-width: 1399px) {
    .service-itemsv02.service-style03 .content .title {
        font-size: 15px !important;
        line-height: 32px;
    }
	.service-itemsv02.service-style03 .content {
        display: flex;
        padding: 10px 0px 12px;
        gap: 15px;
    }
}
@media (max-width: 2100px) {
    .service-itemsv02.service-style03 .content .title {
        font-size: 15px !important;
        line-height: 32px;
    }
	.service-itemsv02.service-style03 .content {
        display: flex;
        padding: 10px 0px 12px;
        gap: 15px;
    }
}
