.InfoWrapper{color:#2f4698;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;margin-top:3%;display:flex}.InfoWrapper .CardContainer{flex-wrap:wrap;justify-content:space-evenly;align-items:center;width:80%;display:flex}.InfoWrapper .CardContainer .card{border-radius:20px;flex-direction:column;justify-content:start;align-items:center;width:20rem;height:15rem;margin-bottom:2%;display:flex;box-shadow:2px 2px 2px 2px #0000004d}.InfoWrapper .CardContainer .card .button{color:#fff;background-color:#2f4698bf;border-radius:10px;justify-content:end;width:100%;margin-top:40%;padding-left:2%;padding-right:2%;font-weight:700;display:flex}.InfoWrapper .CardContainer .card:hover{cursor:pointer;filter:brightness(70%)}.InfoWrapper .CardContainer .textContainer{background-color:var(--background);text-align:center;color:#fff;background-color:#2f4698c5;border-radius:10px;margin-top:2%;padding:15px}@media screen and (max-width:769px){.InfoWrapper{flex-direction:column;justify-content:space-evenly;display:flex}.InfoWrapper .card{margin-top:5%}}@media screen and (max-width:426px){.InfoWrapper{flex-direction:column;justify-content:space-evenly;display:flex}.InfoWrapper h1{font-size:23px}.InfoWrapper .card{height:10rem;margin-bottom:10%}.InfoWrapper .card h3{font-size:18px}.InfoWrapper .card p{font-size:13px}}
