.company-section { min-width: 1200px; height: 537px; background: #fff; color: #000; }
.company-section__inner { display: grid; grid-template-columns: 288px 1fr; gap: 70px; width: 1200px; height: 333px; padding-top: 63px; margin: 0 auto; transform: translateX(-20px); }
.company-section__intro h2 { margin: 0; background: linear-gradient(102.94deg, #80c700 6.023%, #0099aa 103.26%); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 60px; line-height: 2; white-space: nowrap; }
.company-section__label { margin: -15px 0 0; font-size: 16px; font-weight: 500; line-height: normal; letter-spacing: 1.6px; }
.company-section__description { margin: 55px 0 0; font-size: 15px; font-weight: 500; line-height: 2; white-space: nowrap; }
.company-section__links { display: grid; grid-template-columns: repeat(2, 400px); grid-template-rows: repeat(2, 134px); gap: 28px 30px; padding-top: 33px; }
.company-link { position: relative; display: block; border: 1px solid #c0c0c0; border-radius: 5px; background: #fff; color: #000; text-decoration: none; }
.company-link span { position: absolute; top: 54px; left: 27px; color: #919191; font-size: 16px; font-weight: 500; line-height: normal; letter-spacing: 1.6px; }
.company-link strong { position: absolute; top: 70px; left: 27px; font-size: 24px; line-height: 2; }
.company-link img { position: absolute; top: 90px; right: 22px; width: 24px; height: 24px; transform: rotate(90deg); }
.company-link > .ds-css-arrow { position: absolute; top: auto; right: 24px; bottom: 22px; left: auto; transform: none; }
.company-link:hover { border-color: #86bc25; }
