/* --> Responsive <-- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.text-box-half-block .container .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px; }
  .text-box-half-block .container .content .text-box-half-block-wrap {
    background-color: var(--wp--preset--color--ow-primary-5);
    padding: 40px;
    -webkit-box-shadow: 0px 0px 45px rgba(6, 32, 97, 0.1);
            box-shadow: 0px 0px 45px rgba(6, 32, 97, 0.1);
    border-radius: 4px; }
    .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__bulletpoints {
      list-style: none;
      padding-left: 24px; }
      .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__bulletpoints .text-box-block__bulletpoint {
        position: relative;
        margin-bottom: 24px; }
        .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__bulletpoints .text-box-block__bulletpoint:before {
          content: "\2022";
          color: var(--wp--preset--color--ow-primary-1);
          position: absolute;
          left: -24px; }
        .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__bulletpoints .text-box-block__bulletpoint:last-child {
          margin-bottom: 0; }
    .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list {
      padding: 0 0 0 48px;
      list-style: none;
      text-transform: none; }
      .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list .text-box-block__bulletpoint-cta {
        margin-bottom: 16px;
        position: relative; }
        .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list .text-box-block__bulletpoint-cta:before {
          content: '';
          position: absolute;
          left: -48px;
          width: 34px;
          height: 34px;
          -webkit-background-image: url(./assets/arrow-right-blue-circle.svg);
          background-image: url(./assets/arrow-right-blue-circle.svg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 32px;
          -webkit-transition: all .5s;
          transition: all .5s; }
          @media only screen and (max-width: 767px) {
            .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list .text-box-block__bulletpoint-cta:before {
              top: 50%;
              -webkit-transform: translate(0%, -50%);
                      transform: translate(0%, -50%); } }
        .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list .text-box-block__bulletpoint-cta .text-box-block__bulletpoint-cta-link {
          text-decoration: none;
          color: var(--wp--preset--color--ow-primary-1); }
        .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list .text-box-block__bulletpoint-cta:hover:before {
          left: -40px;
          background-image: url(./assets/arrow-right-circle-hover.svg);
          -webkit-background-image: url(./assets/arrow-right-circle-hover.svg); }
        .text-box-half-block .container .content .text-box-half-block-wrap .text-box-half-block__cta-list .text-box-block__bulletpoint-cta:last-child {
          margin-bottom: 0; }

@media only screen and (max-width: 989px) {
  .text-box-half-block .container .content {
    grid-template-columns: 1fr; } }


/*# sourceMappingURL=text-box-half-block-script.css.map*/