.funds-wrapper{display:flex;flex-direction:row;gap:1.5rem}.fund-card-wrapper{display:flex;flex-direction:column}.fund-card{position:relative;width:52.5rem;height:36.25rem;background-color:#292929;transition:background-color .3s ease;padding:2.5rem;cursor:pointer}.fund-card:hover{background-color:#fff}.fund-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.fund-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.fund-top{display:flex;flex-direction:column;gap:.5rem}.heading-wrapper{position:relative}.heading-inner{display:inline-flex;align-items:center;gap:.3rem;position:relative}.heading-inner h3{margin:0;font-family:"Georgia Pro",sans-serif;font-size:2.5rem;font-weight:400;color:#fff;transition:color .3s ease}.arrow-card{font-size:2.5rem!important;color:#fff;opacity:0;transition:opacity .3s ease,transform .3s ease,color .3s ease}.fund-card:hover .arrow-card{opacity:1;transform:translateX(5px);color:#000}.fund-card:hover .heading-inner::after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:#000}.fund-top span,.fund-center span,.fund-bottom p,.fund-note{font-family:"Fedra Sans Alt Pro",sans-serif;font-size:1rem;font-weight:300;line-height:1.25rem;color:#fff;transition:color .3s ease}.fund-center h2{margin:0;font-family:"Georgia Pro",sans-serif;font-size:5rem;font-weight:400;line-height:5.688rem;color:#fff;transition:color .3s ease}.fund-center{display:flex;flex-direction:column;align-items:flex-start}.fund-bottom{display:flex;gap:5rem}.column{display:flex;flex-direction:column}.fund-bottom p{margin:0;font-size:1.5rem;line-height:1.875rem}.fund-note{margin-bottom:.5rem;margin-top:1rem}.fund-card:hover h2,.fund-card:hover h3,.fund-card:hover span,.fund-card:hover p,.fund-card:hover .fund-note{color:#000}