
/* Custom CSS */

.error{
  color: #e85347 !important;
  font-size: 11px !important;
  font-style: italic !important;
}

.icfc_logo{
  width: 100px !important;
  background-color: white !important;
  border-radius: 50% !important;  
}

.text-justify {
  text-align: justify !important;
}

.w-23 {
    width: 23% !important;
}

/* Mobile override */
@media (max-width: 767px) {
    .w-23 {
        width: 100% !important; /* or auto, depending on layout */
    }
}

@media (max-width: 767px) {
    .mobile-img-height {
        height: 40rem !important;
    }

    .mobile-img-height img {
        height: 100%;
        object-fit: cover;
    }
}
