.about-get-started{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.about-get-started h2{color:var(--primary-color);text-align:center}.about-get-started .cards{display:flex}.about-get-started .card{display:flex;flex-direction:column;justify-items:center;align-items:center;background-color:var(--container-background)}.about-get-started .card.alternate{background-color:var(--mint)}.about-get-started .card h3{color:var(--primary-color);text-align:center}.about-get-started .cta_button{background-color:var(--white);color:var(--primary-color)}.about-get-started .cta_button:hover{background-color:var(--white);color:var(--primary-color)}.about-get-started .cta_button:focus,.about-get-started .cta_buttton:active{background-color:var(--white);color:var(--primary-color)}@media(min-width:1276px){.about-get-started{margin-top:122px}.about-get-started .cards{width:100%;margin-top:39px;flex-direction:row;justify-content:center}.about-get-started .card{width:50%;padding:72px 0}.about-get-started .card h3{width:417px}.about-get-started .cta{margin-top:19px}}@media(max-width:1275px){.about-get-started{margin-top:86px}.about-get-started h2{padding:0 20px}.about-get-started .cards{margin-top:50px;flex-direction:column;justify-content:center;align-items:center}.about-get-started .card{padding:99px 20px 117px}.about-get-started .card h3{padding:0 20px}.about-get-started .cta{margin-top:30px}}