/* GFY_ABOUT_CTA_WIDTH_FIX_1_0_3 */
.gfy-about__cta{
    grid-template-columns:minmax(0,1.32fr) minmax(520px,.98fr);
    gap:28px;
}
.gfy-about__cta-copy{
    min-width:0;
}
.gfy-about__cta-actions{
    min-width:0;
    width:100%;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
.gfy-about__cta-actions .gfy-about__button{
    min-width:0;
    width:100%;
    max-width:100%;
    padding-left:18px;
    padding-right:18px;
    white-space:normal;
    text-align:center;
    line-height:1.2;
    overflow-wrap:anywhere;
}
@media(max-width:1180px){
    .gfy-about__cta{
        grid-template-columns:1fr;
    }
    .gfy-about__cta-actions{
        max-width:760px;
    }
}
@media(max-width:700px){
    .gfy-about__cta-actions{
        grid-template-columns:1fr;
        max-width:none;
    }
}
