.box-shadow-style,.h2_Style{box-shadow:0 4px 8px rgba(0,0,0,.8)}.h2_Style{font-size:1.5rem;font-weight:700;background-color:#052c49;margin:auto auto auto 0;text-align:center;padding:8px 30px;display:inline;color:#fb0;min-width:60vw}@media(min-width:900px){.h2_Style{margin:auto;min-width:75vw}}.EducationCards{width:100%;display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media(min-width:700px){.EducationCards{grid-template-columns:repeat(2,1fr)}}.EducationCard{width:100%;background-color:#0d3151;border-radius:12px;padding:16px 18px;text-align:left;display:flex;flex-direction:column;gap:4px;transition:transform .2s ease,box-shadow .2s ease}.EducationCard:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.4)}.EducationCard .header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.EducationCard .header h3{color:#f3f6fa;font-size:1.1rem}.EducationCard .institution{font-weight:700;color:#fb0;font-size:.95rem}.EducationCard .fieldOfStudy{font-size:.9rem;color:#87a5c2}.EducationCard .description{font-size:.85rem;line-height:1.4;color:#f3f6fa}.EducationCard .footer,.EducationCard .teachers{font-size:.8rem;color:#87a5c2}.EducationCard .footer{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,187,0,.15);display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;font-weight:700}