.digestWrapper {
  background: linear-gradient(to bottom, rgb(70, 190, 255) 0%, rgb(52, 109, 159) 100%);
  padding: 20px 20px 50px 20px;
  border-radius: 5px;
}
.digestWrapper__check {
  z-index: 2;
  position: relative;
  isolation: isolate;
  color: white;
  background: linear-gradient(to bottom, rgb(70, 190, 255) 0%, rgb(52, 109, 159) 100%);
  padding: 20px;
  max-width: 700px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.digestWrapper__check p {
  margin-bottom: 0;
  font-weight: 600;
}
.digestWrapper__check h3 {
  font-weight: 600;
}
.digestWrapper .flag-wrapper {
  position: relative;
}
.digestWrapper .flag {
  width: 40px;
  height: auto;
  position: absolute;
  bottom: -55px;
  left: 14px;
  z-index: 1;
}
.digestWrapper__grid {
  display: grid;
  grid-template-columns: 0.1fr 1.9fr;
}
.digestWrapper__text {
  border-radius: 5px;
  background-color: white;
  color: rgb(15, 66, 110);
  padding: 12px;
  margin-bottom: 10px;
}
.digestWrapper__text--blue {
  background-color: rgb(42, 158, 216);
  color: rgb(255, 255, 255);
}
.digestWrapper__text--blue .blue-span {
  color: rgb(255, 255, 255);
}
.digestWrapper__text span {
  color: rgb(42, 158, 216);
}
.digestWrapper__text .p-left {
  padding-left: 17px;
}
.digestWrapper__text h4 {
  font-weight: 600;
  font-size: 22px;
}
.digestWrapper__text .blue-bold {
  font-weight: 600;
  color: rgb(15, 66, 110);
}
.digestWrapper__text .blue-medium-b {
  font-weight: 600;
  color: rgb(15, 66, 110);
}
.digestWrapper__text ul {
  padding-left: 2rem;
}
.digestWrapper__text ul .li-height {
  line-height: 1.8;
}
.digestWrapper .white-mark {
  color: white;
}

@media screen and (max-width: 1540px) {
  .digestWrapper__check {
    margin-bottom: 70px;
  }
  .digestWrapper__grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
