.approach{background-color:var(--bg-light)}.approach__title{margin-bottom:3.5rem}.approach__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8.5px -1rem}.approach__cards>*{width:calc(25% - 17px);margin:0 8.5px 1rem}.approach__cards:has(.approach__card:nth-child(5)){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.approach__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem;border-radius:.75rem;background-color:var(--white);-webkit-box-shadow:0 4px 6px -4px rgba(0,0,0,.1),0 10px 15px -3px rgba(0,0,0,.1);box-shadow:0 4px 6px -4px rgba(0,0,0,.1),0 10px 15px -3px rgba(0,0,0,.1)}.approach__card-ico{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;height:4rem;border-radius:.5rem;background-color:rgba(255,122,0,.1);margin-bottom:1.5rem}.approach__card-ico>img{width:1.5rem;height:1.5rem;-o-object-fit:contain;object-fit:contain}.approach__card-title{margin-bottom:1rem}.approach__card-text{margin-top:auto;color:var(--secondary)}@media (max-width:991px){.approach__cards>*{width:calc(33.3333333333% - 17px)}}@media (max-width:768px){.approach__cards{margin:unset}.approach__cards>*{margin:unset;width:100%}.approach__card{padding:16px}.approach__card-ico{width:48px;height:48px;margin-bottom:16px}.approach__card-ico>img{width:20px;height:20px}.approach__card-title{margin-bottom:12px}.approach__card:not(:last-child){margin-bottom:16px}}