.two-column-h2-copy h2 {
  font-family: "Cambon", serif;
/*   font-size: 4.6875rem; */
  color: #07262A;
  font-weight: bold;
  line-height: 1.1;
  word-break: keep-all;
}

/* .two-column-h2-copy {
 margin-bottom: 8rem; 
} */

.right-image {
  width: 100%;
}

.right-img img {
  width: 40rem;
}

.left-column-copy p {
  color: #000000;
    font-family: Poppins, sans-serif;
/*     Font-size: 2rem; */
}

.left-column-copy li {
  color: #000000;
    font-family: Poppins, sans-serif;
    Font-size: 1rem;
  font-weight: 400;
}

.btn.btn-secondary  {
    background-color: #004E58;
    border: 1px solid #004E58;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    padding: .5rem 1rem;
/*     font-size: 1rem;
    font-weight: 600; */
}

.btn.btn-secondary p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.btn.btn-secondary:hover  {
    background-color: #ffffff;
    color: #004E58;
}

@media screen and (max-width: 1220px) {
.right-img img {
  width: 35rem;
}
}

@media screen and (max-width: 1026px) {
.right-img img {
  width: 20rem;
}
}

@media screen and (max-width: 991px) {
.right-img img {
  width: 25rem;
}
}
  
/*   .two-column-h2 {
    margin-bottom: 2rem;
  }
   */
  .two-column-h2-copy {
 padding-bottom: 5rem; 
}
  
.right-image {
  margin-bottom: 2rem;
  }
}