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

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

.component-title-cta-images-and-caption__homepage-image-text--title::after{
    content: ' ';
    clear: both;
    width: 90px;
    display: block;
    margin: 20px 0px 30px;
    border-bottom: 3px solid var(--blueGalbani);
}

.component-title-cta-images-and-caption__homepage-image-text--description{
    text-align: left;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif;
    font-size: 1rem;
    line-height: 20px;
    padding: 0 3.125rem 3.125rem;
}
 
.component-title-cta-images-and-caption__homepage-image-text { 
    display: grid; 
    place-items: flex-start;
    align-content: center;
}

.component-title-cta-images-and-caption__homepage-image-text .topic-image-text--homepage-image-text img { 
    min-height:500px;
    /* height: 400px; */
}

.block-dolcevita{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bannerTitle--dolcevita-image{
    max-width: 30rem;
    position: relative;
    margin-bottom:1.5rem;
}

/* 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__homepage-image-text--title{
        padding: 0 3.125rem 0 6.25rem;
        font-size: 2.125rem;
        line-height: 34px;
    }

    .component-title-cta-images-and-caption__homepage-image-text--description{
        font-size: 1rem;
        line-height: 20px;
        padding: 0 3.25rem 3.125rem 6.25rem;
    }

}

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


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

    .component-title-cta-images-and-caption__homepage-image-text .topic-image-text--homepage-image-text img { 
        min-height:680px;
    }
}

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

    .component-title-cta-images-and-caption__homepage-image-text{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-content: center;
        align-items: center;
        place-items: initial;
        justify-items: center;
    }

    .component-title-cta-images-and-caption__homepage-image-text .topic-image-text--homepage-image-text img { 
        min-height: 32.688rem;
        min-width: 100%;
    }

    .component-title-cta-images-and-caption__homepage-image-text{
        min-height: 32.688rem;
        max-height: 32.688rem;
    }

    .component-title-cta-images-and-caption__homepage-image-text--title{
        padding: 3.125rem 3.125rem 0 6.25rem;
    }
}

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


}

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


}

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

    .component-title-cta-images-and-caption__homepage-image-text{
        min-height: 25.188rem;
        max-height: 25.188rem;
        /* max-width:112.75rem; */
    }

    .component-title-cta-images-and-caption__homepage-image-text .topic-image-text--homepage-image-text img
    {
        min-height: 25.188rem;
        width: 100%;
    }

    .component-title-cta-images-and-caption__homepage-image-text{

        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-content: center;
        align-items: center;
        place-items: center;
        margin-top: 0;
        justify-items: stretch;
    }

    .component-title-cta-images-and-caption__homepage-image-text--title{
        padding: 3.125rem 4.125rem 0 6.25rem;
    }

    .component-title-cta-images-and-caption__homepage-image-text--description{
        padding: 0 4.125rem 3.125rem 6.25rem;
    }

}