.round-pic {
  width: 250px !important;
  height: 250px !important;
  overflow: hidden;
  border-radius: 100%;
}

.width-max-content {
  width: max-content;
}

.text-just {
  text-align: justify;
}

.title {
  font-size: 2.3rem !important;
}


.breadcrumb.custom {
  /* background-color: transparent !important; */
  padding: 10px !important;
  border-left: 5px solid var(--primary-color);
  background-color: #f7f7f7;
}

.breadcrumb.custom li {
  font-size: medium;
}

.breadcrumb.custom a {
  color: var(--primary-color);
}