.squeylab-text-color {
    color: rgb(57, 146, 214);
}

.img-logo {
    width: auto;
    max-height: calc(1.4rem + .6vw);
}

.rounded-service-border {
    width: 250px;
    height: 100px;
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 30px;

    border:1px solid var(--hb-border-color);
    padding:10px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}