.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-wrapper.background-white .spotlight-header {
  color: #76232f;
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-wrapper.background-white .spotlight-content {
  color: #686e78;
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-wrapper.background-primary .spotlight-header {
  color: white;
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-wrapper.background-primary .spotlight-content {
  color: white;
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
}
@media screen and (max-width: 767px) {
  .so-widget-spotlight-widget-default-d75171398898-649 .spotlight-container {
    flex-direction: column;
  }
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-image-container {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-image {
  min-height: 200px;
  min-width: 100%;
}
.so-widget-spotlight-widget-default-d75171398898-649 .spotlight-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .so-widget-spotlight-widget-default-d75171398898-649 .spotlight-text {
    padding-left: 80px;
  }
}