.education-card{position:relative;background-color:transparent;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;border-radius:10px 10px 0 0;gap:24px;flex:1}.education-card .card-image-wrapper{position:relative;width:100%;height:260px;overflow:hidden}.education-card .card-image{width:100%;height:100%;object-fit:cover;border:1px solid #0085e6;border-radius:10px}.education-card .card-tag{background-color:#d4fff5;color:#30363e;font-family:Paperlogy,sans-serif;font-size:14px;font-weight:400;padding:4px 16px;border-radius:150px;align-self:flex-start}.education-card .card-content-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:32px}.education-card .card-content{display:flex;flex-direction:column;gap:12px;flex-grow:1;width:100%}.education-card .card-content2{display:flex;flex-direction:column;gap:12px;flex-grow:1;width:60%}.education-card .card-title{font-size:22px;font-weight:700;color:#2c2c2c;line-height:1.3;width:100%}.education-card .card-desc,.education-card .card-title{font-family:Paperlogy,sans-serif;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.education-card .card-desc{font-size:16px;font-weight:400;color:#30363e;line-height:1.5;flex-grow:1}.education-card .card-date{font-family:Paperlogy,sans-serif;font-size:14px;font-weight:400;color:#555555;margin-top:auto}.education-card .card-button{width:100%;background-color:#3a67af;color:#ffffff;border-radius:4px;padding:10px 0;font-family:Paperlogy,sans-serif;font-size:16px;font-weight:700;border:none;cursor:pointer;text-align:center;transition:background-color .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center}.education-card .card-button:hover{background-color:#2c5291}