.logo-circle {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-title {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: indigo;
}

.brand-title .red-text {
  color: crimson; /* or pure red: #FF0000 */
}