.personal-recommended { min-width: 1200px; padding: 60px 0 80px; background: #fff; color: #000; }
.personal-recommended__inner { width: 1065px; margin: 0 auto; text-align: center; }
.personal-recommended__heading { display: flex; width: 1030px; margin: 0 auto; align-items: center; justify-content: space-between; }
.personal-recommended__heading::before,
.personal-recommended__heading::after { width: 274px; height: 2px; flex: 0 0 274px; border-radius: 1px; background: var(--gradient-brand); content: ""; }
.personal-recommended__heading h2 { margin: 0; background: var(--gradient-brand); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 32px; line-height: 1.4; letter-spacing: 1.6px; white-space: nowrap; }
.personal-recommended__lead { margin: 15px 0 34px; font-size: 15px; font-weight: 500; line-height: 1.8; }
.personal-recommended__cards { display: grid; grid-template-columns: repeat(3, 341px); gap: 21px; }
.personal-recommended-card { position: relative; display: flex; height: 145px; padding: 0; align-items: center; border-radius: 10px; background: linear-gradient(104.766deg, #80c700 6.023%, #0099aa 103.26%); color: #fff; text-align: left; }
.personal-recommended-card > span { width: 4px; height: 65px; margin-left: 25px; flex: 0 0 auto; border-radius: 2px; background: #fff; }
.personal-recommended-card__copy { margin-left: 21px; }
.personal-recommended-card h3 { margin: 0; color: #fff; font-size: 22px; line-height: 1.4; letter-spacing: 1.1px; white-space: nowrap; }
.personal-recommended-card p { margin: 0; font-size: 15px; font-weight: 500; line-height: 1.8; letter-spacing: .75px; white-space: nowrap; }
.personal-recommended-card a { position: absolute; top: 50px; right: 16px; display: flex; width: 45px; height: 45px; align-items: center; justify-content: center; border-radius: 5px; background: #000; }
.personal-recommended-card a img { width: 26.3px; height: 26.3px; transform: rotate(90deg); }
.personal-consultation { position: relative; display: grid; grid-template-columns: 548px 1fr; align-items: center; height: 165px; margin-top: 37px; overflow: hidden; border-radius: 10px; background: linear-gradient(90deg, #fff 56.329%, #e8edf1 72.817%); box-shadow: 0 0 24px -4px rgb(0 0 0 / 25%); }
.personal-consultation__background { position: absolute; inset: 0 auto 0 0; width: 548px; height: 165px; background: linear-gradient(110.424deg, #80c700 4.594%, #0099aa 99.571%); clip-path: polygon(0 0, 100% 0, 84.3% 100%, 0 100%); }
.personal-consultation__copy { position: relative; z-index: 1; padding-left: 25px; color: #fff; text-align: left; }
.personal-consultation h3 { margin: 0; color: #fff; font-size: 28px; line-height: 1.4; }
.personal-consultation h3 span { display: block; }
.personal-consultation__copy p { margin: 8px 0 0; font-size: 16px; font-weight: 500; letter-spacing: 1.6px; line-height: 2.1; white-space: nowrap; }
.personal-consultation__actions { position: relative; z-index: 1; display: flex; gap: 18px; justify-content: center; }
.personal-consultation__actions a { display: flex; width: 202px; height: 64px; padding: 0 21px; align-items: center; justify-content: space-between; border-radius: 10px; background: #fff; color: #000; font-size: 14px; font-weight: 700; text-decoration: none; }
.personal-consultation__actions a:first-child { background: #000; color: #fff; }
.personal-consultation__actions a img { width: 25.25px; height: 25.25px; transform: rotate(90deg); }
