/* GP Title Below Image - styling */
.gp-tbi-wrap{
    text-align:center;
    margin: 0 0 22px 0;
}
.gp-tbi-img{
    width:100%;
    max-width:500px;   /* limit width */
    height:auto;       /* keep aspect */
    display:block;
    margin:0 auto;
    border-radius:12px; /* rounded corners */
    object-fit:cover;   /* nice fit if square/thumb */
}
.gp-tbi-title{
    margin:14px auto 0;
    font-size:clamp(1.4rem, 2.6vw, 2rem);
    line-height:1.25;
    max-width: 60ch;
    padding: 0 12px;
}
@media (min-width: 1024px){
    .gp-tbi-wrap{ margin-bottom:28px; }
}
