.component-title-cta-images-and-caption{
    color: var(--blueGalbani);
}

.component-title-cta-images-and-caption--title{
    text-align: left;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'JohnHancockCP', sans-serif;
    font-size: 2rem;
    line-height: 32px;
}

.component-title-cta-images-and-caption--description{
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    font-size: 1rem;
    line-height: 20px;
}

/* MEDIUM MOBILE 381px */
@media screen and (min-width: 23.813rem) {

}

/* LARGE MOBILE 481px */
@media screen and (min-width: 30.063rem) {

    .component-title-cta-images-and-caption--title{
        font-size: 2.125rem;
        line-height: 34px;
    }

    .component-title-cta-images-and-caption--description{
        font-size: 1rem;
        line-height: 20px;
    }

}

/* TABLET 641px */
@media screen and (min-width: 40.063rem) {
    
    .component-title-cta-images-and-caption--title{
        font-size: 2.5rem;
        line-height: 40px;
    }
}


/* TABLET 768px */
@media screen and (min-width: 48rem) {/* 768px */

    .component-title-cta-images-and-caption .page-home--topic-image-text img { 
        min-height:650px;
    }
}

@media screen and (min-width: 64rem) {/* 1024px */
    
}

@media screen and (min-width: 67.5rem) { /* 1080px */

    .component-title-cta-images-and-caption--description{
        font-size: 1rem;
        line-height: 20px;
    }
}

@media screen and (min-width: 75rem) { /* 1200px */


}

/* BIG DESKTOP */
@media screen and (min-width: 84rem) {/* 1344px */


}