.fives-section{display:flex;flex-direction:column;gap:20px}.fives-row{align-items:center;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{margin-bottom:0;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}@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{background:rgba(65,64,66,.05);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%}}@media (min-width:769px){.fives-row{overflow:hidden;position:relative;transition:transform .35s ease,box-shadow .35s ease}.fives-row:before{background:rgba(65,64,66,.05);border-radius:36px;content:"";height:100%;left:0;position:absolute;top:0;transition:width .4s ease;width:70%;z-index:0}.fives-row:hover:before{width:100%}.fives-row>*{position:relative;z-index:1}.fives-desc{clip-path:inset(0 100% 0 0);margin:0;transition:clip-path .6s ease}.fives-row:hover .fives-desc{clip-path:inset(0 0 0 0)}.fives-btn{position:relative;transform:translateX(-30vw);transition:all .4s ease;z-index:2}.fives-row:hover .fives-btn{background:#e8521a;transform:translateX(0)}.fives-row:hover .fives-btn svg{stroke:#fff}}@media (min-width:1350px){.fives-row:before{width:50%}.fives-btn{transform:translateX(-48vw)}}@media (min-width:1650px){.fives-btn{transform:translateX(-45vw)}}@media (min-width:1815px){.fives-btn{transform:translateX(-40vw)}}