@media (min-width: 960px) {
  .so-widget-info-blocks-section-style-d75171398898-9 .section__title {
    text-align: center;
  }
}
.so-widget-info-blocks-section-style-d75171398898-9 .section__subtitle {
  font-family: "MuseoSans", serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.so-widget-info-blocks-section-style-d75171398898-9 .section__subtitle strong {
  color: #000;
  font-family: "Lato", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
@media (min-width: 960px) {
  .so-widget-info-blocks-section-style-d75171398898-9 .section__subtitle {
    text-align: center;
  }
}
.so-widget-info-blocks-section-style-d75171398898-9 .section__subtitle .cursor.blink {
  animation: blink 1s step-end infinite;
}
.so-widget-info-blocks-section-style-d75171398898-9 .section__item {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .so-widget-info-blocks-section-style-d75171398898-9 .section__item {
    align-items: center;
    display: flex;
    gap: 80px;
    margin-top: 100px;
  }
  .so-widget-info-blocks-section-style-d75171398898-9 .section__item:nth-child(2n) .section__image-wrap {
    order: -1;
  }
}
.so-widget-info-blocks-section-style-d75171398898-9 .section__image-wrap {
  flex: .9;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .so-widget-info-blocks-section-style-d75171398898-9 .section__image-wrap {
    margin-top: 0;
  }
}
.so-widget-info-blocks-section-style-d75171398898-9 .section__text {
  flex: 1.1;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}