.module-two-column.primary-color .signpost-image::before{
  background-color:var(--primary-color)
}
.two-col-content__item{
display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.two-col-content__item a{
width:fit-content;
}

.two-col-content__item h3 {
  display: flex;
  gap: 30px;
  align-items: center;
}
.module-two-column__content :last-child {
  margin-bottom: 0;
}
.two-col-content__item .scWebEditInput.scEnabledChrome{
  width:100%;
}
.module-two-column .signpost-image.has-secondary-image::before {
  height: 100%;
}
.module-two-column.bg-null .cta--large:hover {
  background-color: var(--bg-footer);
  transition: .2s;
}
.two-col-content__item h3 span {
  background-repeat:no-repeat;
  background-size: auto;
  height: 47px;
  width: 47px;
  background-size: contain;
  display: inline-flex;
}
.content__list-images {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  width: fit-content;
  gap: 20px;
  display: flex;
}
.content__list-images img {
  height: 46px;
  object-fit: contain;
  width: auto;
  gap: 10px;
}
@media all and (max-width:991.98px){
.module-two-column .signpost-image img{
object-fit:contain;
min-height:auto;
}
}
@media all and (max-width:767.98px){
  .content__list-images img{
    height:30px
  }
  .content-with-image__image{
    margin-bottom:40px;
  }
}