.takeaways-block {
  background: #fcfcfd;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20rem;
  padding: 64rem;
  margin-bottom: 48rem;

}

.takeaways-block:last-child {
  margin-bottom: 0;
}

.single-body-content .takeaways-block h2 {
  font-weight: 700;
  font-size: 32rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 32rem;
}

.takeaways-list {
  display: flex;
  flex-direction: column;
  grid-gap: 16rem;
}

.takeaways-block.layout-cards .takeaway-item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18rem;
  padding: 20rem;
  background: #fff;
}

.takeaways-block.layout-cards .takeaway-item h3 {
  font-weight: 700;
  font-size: 20rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 12rem;
}

.takeaways-block.layout-cards .takeaway-item p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 150%;
  color: #000;
  margin-bottom: 0;
}

.takeaways-block.layout-cards .takeaway-item p span {
  font-weight: 700;
  color: #000;
}

.takeaways-block .takeaways-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.takeaways-block .takeaways-ul li {
  padding-left: 42rem;
  position: relative;
  font-weight: 400;
  font-size: 24rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 32rem;
}

.takeaways-block .takeaways-ul li:last-child {
  margin-bottom: 0;
}

.takeaways-block .takeaways-ul li:after {
  background: url('./check\ box.svg');
  background-size: 100% 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 4rem;
  width: 26rem;
  height: 26rem;
}

.takeaways-block .takeaways-ol {
  margin: 0;
  list-style: none;

  padding-left: 0;
}

.takeaways-block .takeaways-ol li {
  display: flex;
  align-items: center;
  margin-bottom: 32rem;
}
.takeaways-block .takeaways-ol li:last-child {
  margin-bottom: 0;
}

.takeaways-block .takeaways-ol li .custom-index {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  width: 64rem;
  min-width: 64rem;
  height: 64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
font-size: 24rem;
line-height: 90%;
text-align: center;
color: #000;
margin-right: 16rem;
}
.takeaways-block .takeaways-ol li h3 {
  font-weight: 600;
  font-size: 24rem;
  line-height: 130%;
  color: #000;
  margin-bottom: 8rem;
}
.takeaways-block .takeaways-ol li p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: #000;margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .takeaways-block {
    background: #fcfcfd;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20rem;
    padding: 24rem;
    margin-bottom: 48rem;
  }
}