.__ltdo-update {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}

.__wrapper {
  width: 100%;
  display: block;
}

.__ltdo-update .__title-img-wrapper {
  text-align: center;
  margin-top: 40px;
}

.__ltdo-update .__title-wrapper {
  width: 100%;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 30px;
}

.__ltdo-update .__wrapper .__title-img-wrapper,
.__ltdo-update .__wrapper .__list,
.__ltdo-update .__wrapper .__button-wrapper {
  margin-bottom: 50px;
}

.__ltdo-update .__wrapper .__description-wrapper {
  margin-bottom: 20px;
}

.__ltdo-update .__list {
  background-color: #539ad4;
  padding: 15px 20px;
  box-sizing: content-box;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  opacity: 0.9;
  border-radius: 4px;
}

.__ltdo-update .__description-wrapper p {
  line-height: 1.5;
  font-size: 1.2em;
  margin: 20px 0px;
}

.__ltdo-update .__description-wrapper p:first-child {
  margin-top: 0px;
}

.__ltdo-update .__description-wrapper p:last-child {
  margin-bottom: 0px;
}

.__ltdo-update a {
  color: #539ad4;
}

.__ltdo-update .__list hr {
  width: calc(100% - -40px);
  height: 1px;
  background-color: var(--white);
  border: 0;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.__ltdo-update .__list a {
  color: var(--charcoal-grey);
  font-weight: 600;
}

.__ltdo-update .__button-wrapper {
  position: sticky;
  bottom: 20px;
  background-color: var(--charcoal-grey);
  box-shadow: 0px 10px 20px 25px var(--shadow-grey);
  border-radius: 4px;
}

.__ltdo-update .__button-wrapper .--btn-cta {
  position: sticky;
  bottom: 10px;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--white);
  background-color: #34be91;
  text-decoration: none;
  box-shadow: 0px 5px #30a57b;
}

.__ltdo-update .__button-wrapper .--btn-cta:hover {
  background-color: #32b88b;
}

.__ltdo-update .__row {
  display: flex;
  flex: 1;
}

.__ltdo-update .__row .--row-wrap {
  flex-flow: row wrap;
}

.__ltdo-update .__row h4 {
  font-size: 1.3em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0px;
}

.__ltdo-update .__row.--info {
  padding: 7px 20px 13px 20px;
  background-color: var(--charcoal-grey);
  color: white;
  border-radius: 4px;
  margin-bottom: -8px;
  font-size: 1.1em;
}

.__ltdo-update .__row .info {
  margin-right: 20px;
}

.__ltdo-update .__row .check {
  width: 40px;
  height: 40px;
  background-color: var(--dark-green);
  margin-right: 20px;
  border-radius: 50%;
  padding: 10px;
}

.__ltdo-update .--inline {
  display: flex;
  flex-direction: row;
}

.__ltdo-update .--vcenter {
  align-items: center;
}

.__ltdo-update .--center {
  justify-content: center;
}

.__ltdo-update h3 {
  margin: 0;
}

.__ltdo-update p {
  margin-bottom: 0;
}

.purple {
  color: var(--purple);
}

.yellow {
  color: var(--yellow);
}

/* responsive break points  */

@media only screen and (max-width: 1110px) {
  .__ltdo-update {
    padding: 0 10px;
    font-size: 1em;
  }

  .__wrapper {
    max-width: 600px;
  }

  .__ltdo-update .__wrapper .__title-wrapper,
  .__ltdo-update .__wrapper .__title-img-wrapper,
  .__ltdo-update .__wrapper .__description-wrapper,
  .__ltdo-update .__wrapper .__list,
  .__ltdo-update .__wrapper .__button-wrapper {
    margin-bottom: 30px;
  }

  .__ltdo-update h4 {
    font-size: 1em;
  }

  .__ltdo-update .__description-wrapper hr {
    width: calc(100% - -30px);
    margin-right: -15px;
    margin-left: -15px;
  }

  .__ltdo-update .__title-wrapper .__title {
    font-size: 2em;
  }

  .__ltdo-update .__button-wrapper .--btn-cta {
    font-size: 1.2em;
  }
}
