 .containers {
   margin: 0 auto;
    max-width: 1240px;
    padding: 0px;
    width: 100%;
  }
.left-column-cta span { 
  font-size: 46px ;
  }
  .custom-two-column-module {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  
  .left-column-cta {
    flex: 1;
    text-align: left;
    max-width: 752px;
}
.left-column-cta h2{
font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px;
    text-transform: capitalize;
}
.left-column-cta p{
color: #6C6C6C;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 32px */
}

  .right-column-cta {
    flex: 0 0 auto;
    margin-left: 0px;
  }

  .subheadings div {
    margin: 8px 0; /* Optional: Adjust spacing */
  }
  

  /* Make sure the layout is responsive */
  @media (max-width: 768px) {
    .custom-two-column-module {
      flex-direction: column;
      align-items: center !important;
    }
    .right-column {
      margin-top: 20px;
    }
    .left-column-cta h2{
font-size: 32px !important;
      line-height: normal;
      text-align: center;
      padding-bottom:24px;
      margin-bottom:0px !important;
}
.left-column-cta p{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
        text-align: center;
        padding-bottom: 36px;
        padding-left: 15px;
        padding-right: 15px;
}
    .left-column-cta 
    text-align: center;
    padding: 0px 15px;
}

.left-column-cta    span {
        font-size: 32px ;
    }
p {
    margin-bottom: 0px;
    margin-top: 0;
}
  }
@media screen and (min-width: 769px) {
    span {
        font-size: 46px !important;
    }
}
