section.ts-feed{padding:74px 0}.description{color:#000}.ts-feed-wrapper{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}.ts-feed-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;margin-bottom:24px;max-height:242px;max-width:370px;min-height:242px;overflow:hidden}.ts-feed-image>img{height:100%;object-fit:cover;transform:scale(1.05);width:100%}a.ts-feed-card>h3{font-size:24px;transition:all .3s}a.ts-feed-card:hover>h3{color:#59b9ff}a.ts-feed-card>p{color:#59b9ff;font-size:16px}h2.ts-feed-heading{font-size:40px;margin-bottom:50px;text-align:center}.ts-feed-cta>a{background:#21458a;border-radius:50px;display:block;margin:40px auto 0;padding:15px 40px;width:fit-content}a.ts-feed-card>.ts-feed__date{color:#21458a}@media screen and (max-width:1260px){.ts-feed-wrapper{padding:0 40px}}@media screen and (max-width:767px){.ts-feed-wrapper{display:grid;gap:30px;grid-template-columns:repeat(1,minmax(0,1fr))}}