.breadcrumb-section{background-color:#f8f9fa;padding-block:calc(21.6px + .4375vw);position:relative;text-align:center}.breadcrumb-section h2{font-size:calc(18.8px + .6875vw);font-weight:500;line-height:1.3;margin-bottom:.625vw;text-transform:capitalize}.breadcrumb-section .breadcrumb{background-color:transparent;color:#555;font-size:calc(12.8px + .0625vw);font-weight:600;gap:3px 0;justify-content:center;margin:0;padding:0;text-transform:uppercase}.breadcrumb-section .breadcrumb a{color:#555}.computers-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,25%));justify-content:center;margin:auto;width:90%}.computer-card{display:flex;padding-top:8rem}.computer-card .computer-info{border:1px solid var(--bs-border-color-translucent);border-radius:.25rem;display:flex;flex-direction:column;padding:1rem}.computer-card h2{flex-grow:1;font-size:1.25rem;margin-bottom:3rem}.computer-card img{margin-bottom:1rem;margin-top:-7rem;transition:filter .3s ease-out;width:100%;will-change:filter}.computer-card img:hover{filter:drop-shadow(0 0 1.5rem rgb(132.5,182,234.5))}.computer-card .computer-price{border-bottom:1px solid #0a6dd6;display:flex;justify-content:space-between;padding-bottom:1rem}.computer-card .discount-price,.computer-card .normal-price{color:#0a6dd6;font-size:1.25rem;font-weight:600}.computer-card .discount-price~.normal-price{color:#6c757d;font-size:1rem;text-decoration:line-through}.computer-card a{margin-top:1rem}