.two-column-cta-block {

  width: 100%;

  padding: 90px 25px;

  font-weight: 500 !important;
  box-sizing: border-box;

}
.two-column-cta-block h3 {
  font-weight: 500 !important;
}

.two-column-cta-inner {

  max-width: 1200px;

  margin: 0 auto;

  display: flex;

  align-items: start;

  justify-content: space-between;

  position: relative;

}

.two-column-cta-inner .column {

  width: 45%;

}

.column.left-column {

    border-right: 1px solid white;

}

.two-column-cta-inner .vertical-divider {

  width: 0;

  border-left: 1px solid #ffffff;

  height: 100px;

  margin: 0 2%;

}

.two-column-cta-inner h3 {

  margin-top: 0;

  margin-bottom: 1rem;

  font-size: 32px;

}

.two-column-cta-inner p {

  margin-bottom: 19px;

  width: 90%;

  margin-top: 30px;

  font-size: 19px;

  font-family: "Miller-Text";

}

.cta-button {

  cursor: pointer;

    display: inline-block;

    margin-top: 20px;

    background-color: transparent;

    border: 1px solid #fff;

    border-radius: 35px;

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 500;

    padding: 8px 0px;

    text-align: center;

    transition: all 0.3s ease;

    width: 45%;

}

.cta-button:hover {

    background-color: white;

    color: #0083D5 !important;

}

@media (max-width: 767px) {
  .two-column-cta-inner p {
    font-size: 17px;
  }
  .two-column-cta-inner h3 {
    line-height: 40px;
  }

    .two-column-cta-inner {

        display: block;

    }

    .two-column-cta-inner .column {

        width: 100%;

    }

    .column.left-column {

        border-right: none;

        border-bottom: 1px solid white;

    padding-bottom: 40px;

    margin-bottom: 40px;

    }

    /* h3{
      /* font-family: 'Satoshi-Medium' !important;
      font-size: 18px !important; 
    } */
}


@media (max-width: 768px) {
.page-id-6607 .investment-policy-sections div:last-child, .page-id-6604 .investment-policy-sections div:last-child{
border-top: 2px solid #0083d5;
    padding-top: 20px;
}
}