@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.exam-card{padding:50px 31px;background-color:#ebf2f7;border-radius:80px;border:2px solid #ebf2f7;height:100%;min-height:330px;display:flex;flex-direction:column;gap:19px;cursor:pointer;width:auto;min-width:244px;transition:.6s ease;opacity:1;animation:fadeIn .8s ease forwards}@media screen and (max-width:1400px)and (min-width:1024px){.exam-card{min-width:180px;padding:40px 21px;border-radius:60px}}@media screen and (max-width:1024px){.exam-card{max-width:350px}}@media screen and (max-width:576px){.exam-card{width:100%}}.exam-card:first-child{margin-left:0}.exam-card h4{font-size:20px;color:#00214a;line-height:22px;word-wrap:break-word}@media screen and (max-width:1280px){.exam-card h4{font-size:22px}}@media screen and (max-width:1023px){.exam-card h4{font-size:18px}}.exam-card p{color:#828282;font-size:15px}@media screen and (max-width:1280px){.exam-card p{font-size:15px}}@media screen and (max-width:1023px){.exam-card p{font-size:14px}}.exam-card .button-plus{width:47px;height:47px;border-radius:50%;background-color:#fff;display:flex;justify-content:center;align-items:center;position:absolute;bottom:0;right:0;transition:.6s ease}.exam-card:hover{border-color:#00cfb4}.exam-card:hover .button-plus{background-color:#00cfb4}