@font-face {
    font-family: 'helveticanowtext';
    src: url('fonts/helveticanowtext-black-demo.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

.hero-title {
    letter-spacing: 0em;
}

body {
    font-size: 16px;
}

body,
h1,
h2,
h3,
.h3,
h4,
h5,
h6,
p,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a,
.as-btn,
.footer-widget .widget_title {
    font-family: 'helveticanowtext', sans-serif;
}

.image-text-sec span {
    text-align: center;
    color: white;
}

.service-card_icon svg {

    height: 95px;
    width: 95px;
}

.footer-security-logo {
    width: 12vh;
    aspect-ratio: 5 / 5;
    margin-bottom: 10px;
}

.image-text-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.web-span {
    line-height: 22px;
    font-size: 13px;
    /* Adjust font size if needed */
}

.widget_title {
    text-align: start;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .image-text-sec span {
        font-size: 13px;
    }

    .footer-security-logo {
        width: 7vh;
    }
}