.cgm-right-text-block-heading {
  color: var(--acBlueText);
}
.cgm-right-text-block-heading .heading {
  font-size: 28px;
  font-family: "RocheSans-Medium";
  text-align: center;
  color: var(--acBlueShade);
}
.cgm-right-text-block-image {
  text-align: center;
  margin-bottom: 40px;
}
.cgm-right-text-block-image img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.cgm-right-text-block-content {
  align-self: center;
}
.cgm-right-text-block {
  position: relative;
}

.cgm-right-text-block-content .text-block {
  margin-bottom: 16px;
}
.text-block .b1-bold {
  margin-bottom: 10px;
  font-size: 22px;
}
.text-block:last-child {
  border: none;
}

ul.checkmark {
  padding-left: 15px;
}

ul.checkmark li {
  font-family: 'RocheSans-Medium';
  font-size: 18px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0 0 0 25px;
  position: relative;
  line-height: 1;
}

ul.checkmark li:before {
  content: " ";
  display: block;
  border: solid 15px var(--acBlueShade);
  border-radius: 15px;
  height: 0;
  width: 0;
  position: absolute;
  left: -16px;
  top: -1px;
}

ul.checkmark li:after {
  content: " ";
  display: block;
  width: 8px;
  height: 17px;
  border: solid var(--white);
  border-width: 0 2px 2px 0px;
  position: absolute;
  left: -5px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cgm-rtb {
  background: var(--blue-02);
  padding: 64px 0;
}
.cgm-rtb .cgm-right-text-block-content .text-block .btn-outline-primary {
  background: transparent;
  width: fit-content;
  color: var(--acBlueShade);
}
.cgm-rtb .cgm-right-text-block-content .text-block .btn-outline-primary:hover {
  background: var(--acBlueShade);
  color: var(--white);
}
.cgm-rtb .cgm-right-text-block-content .text-block:last-child {
  background: transparent;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
@media(max-width: 767px) {
  .text-block:last-child {
    background: var(--acBlueShade);
    padding: 20px 10px;
    display: flex;
    grid-template-columns: 2fr;
  }
  .cgm-right-text-block .cgm-right-text-block-content .text-block a {
    margin: 0 5px;
  }

  .cgm-right-text-block .cgm-right-text-block-content .text-block:last-child a {
    border: 1px solid;
  }

  ul.checkmark li {
    padding: 0 0 0 20px;
  }

  ul.checkmark li:before {
    border: solid 12px var(--acBlueShade);
    border-radius: 12px;
    top: -4px;
  }

  ul.checkmark li:after {
    left: -7px;
    width: 6px;
    height: 13px;
    top: 0px;
  }
  .cgm-rtb .cgm-right-text-block-image img {
    min-width: 335px;
  }
  .cgm-rtb .cgm-right-text-block-content ul.checkmark {
    max-width: 70%;
    margin: auto;
  }
  .cgm-rtb .cgm-right-text-block-content .text-block .btn-outline-primary {
    margin-bottom: 20px;
  }
  .cgm-rtb .cgm-right-text-block .cgm-right-text-block-image .text-block ul.checkmark {
    text-align: left;
    padding: 0 85px;
    margin: auto;
  }
}

@media (min-width: 991px) {
  .cgm-right-text-block-heading .heading {
    font-size: 40px;
  }
  .cgm-right-text-block-content .text-block {
    text-align: left;
  }
  .cgm-right-text-block-image {
    margin-bottom: 0;
    align-self: center;
  }
  .cgm-right-text-block-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 430px;
  }
  .cgm-rtb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35%;
  }
  ul.checkmark li {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .cgm-rtb {
    background-size: 32%;
  }
}
