#flex-container-abf {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url('https://21880320.fs1.hubspotusercontent-na1.net/hubfs/21880320/Home-JeremyHunt-DESKTOP.jpg') no-repeat 30% center, #002b5c; 
    background-size: cover; 
    height: 50vh; /
    max-height: 100vh; 
    padding: 20px;
}


.header-content {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5); 
    border-radius: 8px;
    width: 40%;
    max-width: 500px;
}

.col {
    flex: 1;
}

.intro-copy {
    max-width: 40%; 
    text-align: left;
    color: white; 
    padding: 20px;
}

.testimonial-title {
  background-color: #1F3774;
  border-radius: 0 20px 20px 0;
  padding: 10px 10px;
  max-width: 40%;
}

.testimonial-title p {
    color: #fff;
    line-height: .9;
    font-size: 12px;
    margin-bottom: 8px;
}

.cta-section {
    margin-top: 20px;
}

.cta-home {
    display: inline-block;
    padding: 10px 10px;
    background-color: #FFC60E; 
    color: #24336D;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: sans-serif;
}

.cta-home:hover {
    background-color: #F19F20;
    color: #24336D;
}

@media (max-width: 768px) {
    .header {
        height: auto;
        max-height: 40vh;
    }
    .header-content {
        width: 80%;
        left: 50%;
        top: 55%;
    }
}

@media (max-width: 768px) {
  #flex-container-abf {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url('https://21880320.fs1.hubspotusercontent-na1.net/hubfs/21880320/Home-JeremyHunt-DESKTOP.jpg') no-repeat 32% center, #002b5c; 
    background-size: cover; 
    height: 70vh; 
    max-height: 100vh; 
    padding: 20px;
}

  #flex-container-abf h1 {
    font-size: 28px;
  }
  
  .intro-copy {
    max-width: 100%;
    background-color: rgb(255,255,255,.0);
  
}
  
  .testimonial-title {
    max-width: 100%;
  }
    }