.propper-b2c-bg-blue {
    background-color: #004583;
}

.propper-b2c-text-blue {
    color: #004583;
}

.propper-orange-text {
    color: #ff6720;
}

.propper-orange-bg {
    background-color: #ff6720;
}

.bg-cyan-200 {
    background-color: rgb(165 243 252);
}

.bg-cyan-600 {
    background-color: #0891B2;
}

.hover\:blue-500:hover {
    color: #3b82f6;
}

.border-cyan-400 {
    border-color: #00D3EE;
}

.border-separate {
    border-collapse: separate;
}

.justify-items-center {
    justify-items: center;
}

.orange-bullet {
    min-width: 20px;
    min-height: 20px;
    height: 20px;
    width: 20px;
}

.size-img-f5238,
.size-img-f5439,
.size-img-f5341 {
    width: 90%;
    height: 100%;
}

.border-black {
    border-color: black !important;
}

.border-stone-500 {
    border-color: #71717A;
}

@media (width < 768px) {
    .orange-bullet {
        min-width: 16px;
        min-height: 16px;
        height: 16px;
        width: 16px;
    }
}

@media (width < 640px) {
    .size-img-f5238,
    .size-img-f5439,
    .size-img-f5341 {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .size-img-f5238,
    .size-img-f5439,
    .size-img-f5341 {
        width: 75%;
    }
}