.sec_company_cta {
  overflow: hidden;
  border-top: 1px solid #204b7a;
  border-bottom: 1px solid #164979;
  background: linear-gradient(90deg, #06162ef2 0%, #092c61d8 57%, #0c397d66 100%), url("../../assets/images/web-app-service-cta.webp") center / cover no-repeat;

  .wrap {
    margin: 0 auto;
    padding: 65px 40px;
    max-width: 1360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    @media (max-width: 800px) { padding: 55px 28px; }
    @media (max-width: 600px) { padding: 52px 18px; align-items: stretch; flex-direction: column; gap: 26px; }
  }

  .kicker { margin-bottom: 11px; color: #8dc3ff; }
  h2 { color: #fff; font-size: 32px; font-weight: 800; line-height: 1.45em; letter-spacing: -.03em; @media (max-width: 600px) { font-size: 27px; } }
  p:last-child { margin-top: 14px; color: #d3e4fa; font-size: 14px; line-height: 1.8em; }

  .btn {
    padding: 17px 27px;
    min-width: 215px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #125ed7;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    box-shadow: 0 14px 30px #071a3855;
    transition: color .2s, background .2s;

    span { font-size: 19px; }
    &:hover, &:focus-visible { color: #fff; background: #2069e2; }
    @media (max-width: 600px) { justify-content: center; font-size: 16px; }
  }
}
