.content{padding-bottom:16px;position:relative;text-align:center;z-index:1}.content__box{background-color:#fff;border-radius:20px;display:grid;gap:15px;grid-template-columns:1fr;padding:1.5rem 1.5rem 1rem}.content__title{font-size:28px;font-weight:600;margin-bottom:10px;margin-top:35px}.content__des{font-size:16px;margin-bottom:30px}.content__des:last-child{font-weight:500}.content__col{width:100%}.content_card{align-content:flex-start;align-items:center;border-radius:16px;display:flex;flex-wrap:wrap;gap:15px;height:100%;justify-content:center;min-height:150px;padding:1rem;text-align:center}.content__col:first-child .content_card,.content_card{background-color:rgba(1,190,165,.2)}.content__col:nth-child(2n) .content_card{background-color:rgba(107,119,208,.3)}.content__number{border-radius:25px;color:#fff;font-weight:600;height:50px;line-height:50px;margin-bottom:20px;text-align:center;width:50px}.content__col:nth-child(odd) .content__number,.content__number{background-color:#01bea5}.content__col:nth-child(2n) .content__number{background-color:#6b77d0}.content__card-title{font-size:20px;font-weight:500;line-height:1.4}.content__ctas{margin-top:30px;text-align:center}.content__primary{background-color:#ff5c35;border-radius:10px;color:#fff;display:inline-block;font-size:16px;font-weight:600;line-height:27px;padding:12px 30px;text-decoration:none}.content_card p{font-size:15px}@media(min-width:540px){.content__box{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.content__box{padding:1rem 3rem}.content__title{font-size:36px}.content__des{font-size:18px}.content_card{padding:20px}}@media(min-width:992px){.content__box{grid-template-columns:repeat(4,1fr)}}