.result_cards-container{height:auto;margin-bottom:4rem;max-width:100%;position:relative;width:100%}.result_cards-wrapper{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr)}h2.result_cards-heading{margin-bottom:50px}.content-container{padding-bottom:8rem}.result_cards-flex_item h3{color:#003282;font-size:1.5rem;margin-bottom:1rem;padding-bottom:0}.result_cards-flex_item_card{border:1px solid #002855;border-radius:10px;overflow:hidden;padding:3px;position:relative}.result_cards-flex_item_card:hover .result_cards-flex_item{backdrop-filter:blur(80px);background:rgba(1,13,28,.6)}.result_cards-card_blob,.result_cards-card_fakeblob{border-radius:50%;left:0;position:absolute;top:0;z-index:-1}.result_cards-card_blob{background:rgba(0,159,223,.5);filter:blur(30px);height:150px;width:150px}.result_cards-card_fakeblob{display:hidden;height:150px;width:150px}.result_cards-flex_item{background-color:#010d1c;border-radius:8px;color:#003282;display:flex;flex-flow:column;height:100%;justify-content:center;padding:40px;position:relative;text-align:center;transition:background .5s ease;width:100%}.result_cards-flex_item,.result_cards-flex_item div,.result_cards-flex_item p,.result_cards-flex_item span{color:#003282;font-size:18px;margin:0}@media screen and (min-width:500px){.result_cards-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.result_cards-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1280px){.result_cards-wrapper{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1600px){.result_cards-flex_item h3{font-size:2.5rem}}