.offering__block{display:flex;height:224px;padding:24px;flex-direction:column;justify-content:flex-start;gap:16px;align-items:flex-start;align-self:stretch;border-radius:12px;position:relative;transition:opacity .4s ease-out;cursor:pointer;opacity:.8}.offering__block:hover{opacity:1}.offering__block:after{all:unset}.offering__block div sub{color:#fff}.offering__block div svg path{transition:fill .4s ease-in-out}.offering__block:hover div svg path{fill:var(--orange)}.offering__block div:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:1.5px;border-radius:2px;background-color:var(--orange);transition:width .4s ease-in-out}.offering__block:hover div:after{width:100%}.offering__block div{display:flex;flex-direction:row;gap:8px;position:absolute;right:36px;bottom:36px;align-items:center;text-align:center;height:24px;cursor:pointer;width:max-content}.offering__block sub{text-align:justify}@media screen and (max-width:768px){.offering__block{height:auto;padding:24px}.offering__block div{position:relative;right:auto;bottom:auto}}@media screen and (max-width:576px){.offering__block strong{font-size:20px}}