.so-widget-textimage-widget-default-d75171398898-15775 .text-and-image-widget {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.so-widget-textimage-widget-default-d75171398898-15775 .text-and-image-widget.left {
  flex-direction: row-reverse;
}
.so-widget-textimage-widget-default-d75171398898-15775 div.image {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.so-widget-textimage-widget-default-d75171398898-15775 div.content-container {
  width: 50%;
}
.so-widget-textimage-widget-default-d75171398898-15775 div.content-container .text-wrapper {
  padding: 40px 50px 50px;
}
.so-widget-textimage-widget-default-d75171398898-15775 div.content-container h3 {
  font-weight: 900;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.so-widget-textimage-widget-default-d75171398898-15775 div.content-container h3:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #a2007d;
  margin-left: 5px;
  display: inline-block;
}
.so-widget-textimage-widget-default-d75171398898-15775 span.pre_heading {
  text-transform: uppercase;
}
.so-widget-textimage-widget-default-d75171398898-15775 a.read-more {
  color: #9CC400;
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 920px) {
  .so-widget-textimage-widget-default-d75171398898-15775 .text-and-image-widget {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .so-widget-textimage-widget-default-d75171398898-15775 div.content-container {
    display: block;
    width: 100%;
  }
  .so-widget-textimage-widget-default-d75171398898-15775 div.image {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 520px) {
  .so-widget-textimage-widget-default-d75171398898-15775 div.content-container .text-wrapper {
    padding: 30px 20px 30px;
  }
}