.cards{margin-bottom:120px}.cards__wrapper{display:flex;flex-wrap:wrap;gap:35px}.cards__card{display:flex;flex-direction:column;width:calc(33.3% - 35px);flex:1 0 calc(33.3% - 35px);padding:50px;min-height:460px;color:var(--color-black)}.cards__card:nth-child(3n+1){background-color:var(--color-yellow)}.cards__card:nth-child(n+2){background-color:var(--color-light-yellow)}.cards__card:nth-child(3n+3){background-color:var(--color-light-blue)}.cards__card-icon{width:80px;height:80px;margin-bottom:40px}.cards__card-title{margin-bottom:15px;font-family:e-Ukraine;font-size:22px;font-weight:500;letter-spacing:-.02em;line-height:135%}.cards__card-text{margin-bottom:30px;font-family:'Red Hat Text';font-size:18px;font-weight:400;line-height:155%}.cards__card-link{display:flex;align-items:center;gap:10px;margin-top:auto;font-family:e-Ukraine;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.3px}.cards__card-link:hover .cards__card-link-icon circle{fill:#000}.cards__card-link:hover .cards__card-link-icon path{stroke:#fff}.cards__card-link-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}