.paragraph--type--text-with-background {
  padding: 130px 15px 30px;
  background-color: rgb(10, 36, 83);
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraph--type--text-with-background .field--name-erm-image {
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}

.paragraph--type--text-with-background .field--name-erm-image img {
  max-width: 80px;
}

.paragraph--type--text-with-background .text-with-background .contextual-region {
  position: static;
}

.paragraph--type--text-with-background .text-with-background {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}
.paragraph--type--text-with-background .cnim-block-title-big {
position: relative;
  z-index: 9;
}

.paragraph--type--text-with-background:before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.paragraph--type--text-with-background .text-with-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type--text-with-background .text-with-background .field--name-tfl-description li {
  margin-bottom: 10px;
}
.paragraph--type--text-with-background .text-with-background .field--name-tfl-description a {
  border-bottom: 3px solid #fff;
  border-color: rgba(255, 255, 255, 0.4);
  transition: border 200ms linear;
  padding-bottom: 4px;
  border-image-slice: 1;
}
.paragraph--type--text-with-background .text-with-background .field--name-tfl-description a:hover {
  border-image: linear-gradient(to right, #0ae3a4 0%, #00d7fe 100%);
  border-image-slice: 1;
}

.paragraph--type--text-with-background .text-with-background .field--name-tfl-description {
  position: relative;
  z-index: 2;
  font-family: "Myriad W01 Lt";
  font-size: 16px;
  line-height: 22px;
}
.paragraph--type--text-with-background .text-with-background .field--name-tfl-description ul, .paragraph--type--text-with-background .text-with-background .field--name-tfl-description ol {
  font-weight: normal;
  list-style: none;
  padding: 0;
}

.paragraph--type--text-with-background .text-with-background .field--name-tfl-description ul li, .paragraph--type--text-with-background .text-with-background .field--name-tfl-description ol li {
  display: list-item;
}

.paragraph--type--text-with-background .text-with-background .field--name-tfl-description ul li:before{
  content: "•";
  margin-right: 6px;
  font-size: 25px;
  color: #0ae3a4;
}

.paragraph--type--text-with-background .text-with-background .field--name-tfl-description ol{
  counter-reset: item;
}

.paragraph--type--text-with-background .text-with-background .field--name-tfl-description ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  margin-right: 6px;
  font-weight: normal;
  font-family: "Myriad W01 SmBd";
  color: #0ae3a4;
}
.paragraph--type--text-with-background .text-with-background .field--name-tfl-description a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .paragraph--type--text-with-background {
    padding: 130px 50px 70px;
  }
  .paragraph--type--text-with-background .text-with-background .field--name-tfl-description {
    font-size: 24px;
    line-height: 30px;
  }
}
