.cards-5{position:relative;z-index:2}.cards-5 .grid{margin:0 auto;max-width:1244px}.cards-5 .title{margin-bottom:60px}.cards-5 .title h2{color:var(--orange);text-align:center}.cards-5 .card-values{display:grid;flex-wrap:wrap;gap:30px;grid-template-columns:repeat(3,1fr);justify-content:space-between;margin:0 auto}.cards-5 .card-values-item{background-color:#fff;background:radial-gradient(181.81% 183.24% at 65.88% 74.29%,#fff 0,hsla(0,0%,100%,0) 100%);border:2x solid #ffba34;border-radius:28px;box-shadow:0 0 80px 0 rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;padding:8px;position:relative}.cards-5 .card-values-item img{border-radius:20px}.cards-5 .card-values-item .card-values-info{padding:24px}.cards-5 .card-values-title h3{margin-bottom:0}.cards-5 .card-values-text p{margin-bottom:0;margin-top:10px}@media (max-width:768px){.cards-5 .container{padding:0}.cards-5 .card-values{gap:30px;grid-template-columns:1fr;justify-content:normal}.cards-5 .card-values-item{width:100%}}