section.policy-groups-cards-module.dark-mode .container .cards .card .text-content,section.policy-groups-cards-module.light-mode .container .cards .card .text-content{background-color:#fff}section.policy-groups-cards-module .container{align-items:center;display:flex;flex-direction:column;gap:4rem}section.policy-groups-cards-module .container>.text-content{align-items:center;display:flex;flex-direction:column;gap:1.25rem;text-align:center}section.policy-groups-cards-module .container .cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%}@media (max-width:768px){section.policy-groups-cards-module .container .cards{flex-direction:column}}section.policy-groups-cards-module .container .cards .card{border-radius:.5rem;display:flex;flex-direction:column;overflow:hidden;width:calc(33.33333% - 1rem)}@media (max-width:768px){section.policy-groups-cards-module .container .cards .card{width:100%}}section.policy-groups-cards-module .container .cards .card .image-link{flex-shrink:0;height:fit-content;width:100%}section.policy-groups-cards-module .container .cards .card .image{aspect-ratio:411/240;flex-shrink:0;height:auto;overflow:hidden;width:100%}@media (max-width:768px){section.policy-groups-cards-module .container .cards .card .image{aspect-ratio:342/227}}section.policy-groups-cards-module .container .cards .card .image img{height:100%;object-fit:cover;width:100%}section.policy-groups-cards-module .container .cards .card .text-content{background-color:#f9f9f5;color:#19192f;display:flex;flex-direction:column;gap:1.25rem;height:100%;padding:2rem}@media (max-width:768px){section.policy-groups-cards-module .container .cards .card .text-content{padding:1.5rem}}section.policy-groups-cards-module .container .cards .card .text-content .ctas{gap:1rem;margin-top:auto}section.policy-groups-cards-module .container .cards .card .text-content .ctas .btn{font-weight:400;justify-content:space-between;text-align:left;width:100%}