.primary-btn{text-transform:capitalize;border:1px solid var(--color-black);color:var(--color-black);letter-spacing:normal;background-color:#0000;border-radius:50px;justify-content:center;align-items:center;padding:1.6rem 3rem;font-size:1.8rem;font-weight:600;transition:all .3s ease-in-out 50ms;display:flex}.primary-btn:hover{background-color:var(--color-yellow);border:1px solid var(--color-yellow);color:var(--color-white);border-radius:50px}
.courses_cards{flex-wrap:wrap;justify-content:space-around;margin-top:3rem;display:flex}.courses_details{flex-direction:column;align-items:center;gap:8rem;display:flex}
.insight_card{background:var(--color-white);cursor:pointer;border:1px solid #0000000d;border-radius:2rem;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.insight_card-img{height:24rem;position:relative;overflow:hidden}.insight_card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.insight_card-img .insight_card-category{color:#347eff;text-transform:uppercase;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border-radius:.8rem;padding:.5rem 1.2rem;font-size:1.2rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem}.insight_card:hover .insight_card-img img{transform:scale(1.08)}.insight_card-content{flex-direction:column;flex:1;gap:1.5rem;padding:2.5rem;display:flex}.insight_card-meta{color:#777;align-items:center;gap:1rem;font-size:1.3rem;font-weight:600;display:flex}.insight_card-meta .dot{font-size:1.8rem;line-height:0}.insight_card-title{color:#111;font-size:2.2rem;font-weight:700;line-height:1.3;transition:color .3s}.insight_card:hover .insight_card-title{color:#347eff}.insight_card-summary{color:#555;font-size:1.5rem;line-height:1.6}.insight_card-footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;font-size:1.3rem;font-weight:600;display:flex}.insight_card-footer .author{color:#111}.insight_card-footer .read-more{color:#347eff;transition:transform .3s}.insight_card:hover .read-more{transform:translate(5px)}
.insights{background-color:#f5f7fa;padding-bottom:8rem}.insights_container{max-width:120rem;margin:0 auto;padding:0 2rem}.insights_grid{grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem;display:grid}@media only screen and (max-width:56.25em){.insights_grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:37.5em){.insights_grid{grid-template-columns:1fr}}.insights_cta{justify-content:center;margin-top:5rem;display:flex}
