.t-chart{background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;margin:0;padding:100px 0}.t-chart__container{background-color:#000;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-template-rows:auto;max-width:1008px;padding:0}.t-chart__column,.t-chart__container{box-sizing:border-box;margin:0 auto;width:100%}.t-chart__column{background-color:#fff;flex-direction:column;max-width:500px;padding:0 30px 50px}.t-chart__column,.t-chart__column-title{align-items:center;display:flex;justify-content:center}.t-chart__column-title{box-sizing:border-box;font-family:Playfair Display,serif;font-size:36px;font-weight:700;gap:15px;text-align:center}.t-chart__column-icon{height:50px;width:50px}.t-chart__column-info{box-sizing:border-box;font-family:Inter,sans-serif;font-size:16px;font-weight:regular;text-align:left}.t-chart__column-divider{background-color:#000;border-radius:50%;box-sizing:border-box;height:1.5px;margin:25px;padding:0;width:50%}.t-chart__column-cta{color:#000;font-family:Inter,sans-serif;font-size:16px;font-style:italic;font-weight:regular;margin:0 auto;padding:0;text-align:center;text-decoration:none;transition:all .3s ease}.t-chart__column-cta:hover{color:#d4ba85;cursor:pointer}@media screen and (max-width:707px){.t-chart__column{max-width:100%}}