.colored-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.4em;
}

.color-text {
    color: rgba(29, 161, 242, 1);
}

.card-background {
    background-color: rgba(31, 57, 101, 1);
}

.heading-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
}

.caption-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}

.card-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

.card-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.installation-points {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}
.installation-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}
.support-heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}
.num-text {
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
}
.num-caption {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}

@media (max-width: 768px) { /* Adjust breakpoint as needed for mobile devices */
    .colored-title {
        font-size: 16px;
        font-weight: 500;
    }
    .heading-title {
        font-size: 28px;
        font-weight: 600;
    }
    .caption-title{
        font-size: 16px;
        font-weight: 500;
    }
    .card-text {
        font-size: 20px;
    }
    .card-caption {
        font-size: 16px;
    }
    .installation-points {
        font-size: 16px;
    }
    .installation-heading {
        font-size: 24px;
        font-weight: 600;
    }
    .support-heading {
        font-size: 24px;
        font-weight: 600;
    }
    .num-text {
        font-size: 44px;
        font-weight: 600;
    }
    .num-caption {
        font-size: 28px;
        font-weight: 600;
    }
}
