.fives-section{display:flex;flex-direction:column;gap:20px}.fives-row{align-items:center;background:rgba(65,64,66,.05);border-radius:36px;display:grid;gap:32px;grid-template-columns:60px 400px 1fr 150px;padding:24px 20px;transition:all .3s ease}.fives-letter{color:#7b7bb5}.fives-title{font-weight:700}.fives-desc{width:100%}.fives-btn{align-items:center;background:#414042;border-radius:16px;display:flex;height:100px;justify-content:center;text-decoration:none;transition:all .3s ease;width:150px}.fives-btn:hover{background:#e8521a}.fives-btn svg{fill:none;height:auto;stroke:#ea4e24;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;transition:stroke .3s ease;width:50px}.fives-btn:hover svg{stroke:#fff}.fives-row:hover{transform:translateY(-3px)}@media (max-width:992px){.fives-row{gap:20px;grid-template-columns:50px 250px 1fr 120px}.fives-btn{height:80px;width:120px}}@media (max-width:768px){.fives-row{display:flex;flex-wrap:wrap;gap:14px}.fives-letter{width:70px}.fives-title{width:calc(100% - 50px)}.fives-desc{width:100%}.fives-btn{height:70px;margin-left:auto;width:100%}}