.cards{margin-left:auto;margin-right:auto;max-width:1170px}.cards__cards-wrapper{display:flex;justify-content:space-between}@media screen and (max-width:1000px){.cards__cards-wrapper{flex-wrap:wrap}}.cards__cards-wrapper__card{align-items:center;background-color:#fff;border:1px solid hsla(0,0%,95%,.5);border-radius:25px;box-shadow:0 0 50px -24px rgba(51,55,108,.2);display:flex;flex-direction:column;justify-content:center;margin-left:1.5rem;margin-right:1.5rem;padding:4.5rem;width:100%}.cards__cards-wrapper__card:first-child{margin-left:0}.cards__cards-wrapper__card:last-child{margin-right:0}@media screen and (max-width:1000px){.cards__cards-wrapper__card{margin-bottom:3rem;margin-left:0;margin-right:0}.cards__cards-wrapper__card:last-child{margin-bottom:0}}.cards__cards-wrapper__card__logo{height:4.5rem;margin-bottom:3rem;width:4.5rem}.cards__cards-wrapper__card__title{color:#3b3b3b!important;font-size:1.6rem!important;font-weight:700;margin-bottom:1rem}.cards__cards-wrapper__card>p{text-align:center}.cards__cards-wrapper__card__cta{margin-top:auto}.cards__cards-wrapper__card__cta__subcontainer{margin-top:3rem}.cards__cards-wrapper__card__cta__subcontainer a{background-color:#3fbe82;border:1px solid transparent;border-radius:50px;color:#fff;font-size:1.6rem;font-weight:600;padding:1.5rem 4.5rem;transition:all .5s ease-in-out}.cards__cards-wrapper__card__cta__subcontainer a:hover{background-color:#fff;border:1px solid #3fbe82;color:#3fbe82}