body{
    font-family: 'Montserrat', sans-serif;
}
.bg-f17a22{
    background-color: #f17a22;
}

.bg-031735{
    background-color: #031735;
}

.text-212529{
    color: #212529;
}

.bg-e6f0ff{
    background-color: #e6f0ff;
}

.bg-ebf6ee{
    background-color: #ebf6ee;
}

.bg-fff7e9{
    background-color: #fff7e9;
}

.bg-f1ecf6{
    background-color: #f1ecf6;
}
.text-34a853{
    color: #34a853;
}

.text-fdb022{
    color: #fdb022;
}

.text-7145a7{
    color: #7145a7;
}

.text-0165fe{
    color: #0165fe;
}
.bg-013d98{
    background-color: #013d98;
}

.bg-34a853{
    background-color: #34a853;
}

.bg-ca8d1b{
    background-color: #ca8d1b;
}

.bg-442965{
    background-color: #442965;
}

.bg-f37922{
    background-color: #f37922;
}
.h-client{
    height: 600px;
}

/* Mobile devices (portrait) */
@media only screen and (max-width: 768px) {
    .h-client {
        height: auto !important; /* Override for mobile screens */
    }
}

/* Large screens (greater than 600px) */
@media only screen and (min-width: 601px) {
    .h-client {
        height: 600px !important; /* Override for large screens */
    }
}