body {
    background-color: black;
}

h1, h2, h3, h4 {
    color: white;
}

.hero-section {
    height: 60vh;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.phones {
    background-image: url('../../assets/pics/hitech/products/myphoneai.png');
}

.card p {
    color: white;
    font-size: 18px;
}

.subtitle {
    font-size: 14px !important;
    font-style: italic;
}