.software .software-dev-hero {
  --software-hero-left-x: 0px;
  --software-hero-left-y: 0px;
  --software-hero-right-x: 0px;
  --software-hero-right-y: 0px;
  --software-hero-key-x: 0px;
  --software-hero-key-y: 0px;
  --software-hero-line-soft: rgba(255, 103, 12, 0.08);
  --software-hero-line-strong: rgba(255, 117, 28, 0.48);
  position: relative;
  isolation: isolate;
  height: calc(100vh + 120px) !important;
  height: calc(100svh + 120px) !important;
  min-height: calc(100vh + 120px);
  min-height: calc(100svh + 120px);
  margin-top: -120px !important;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(166, 61, 0, 0.72) 0%, rgba(98, 32, 10, 0.34) 22%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 59%, rgba(176, 38, 45, 0.38) 79%, rgba(48, 9, 12, 0.82) 100%),
    linear-gradient(180deg, #010102 0%, #080402 33%, #190703 68%, #020203 100%) !important;
}

.software .software-dev-hero::before,
.software .software-dev-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.software .software-dev-hero::before {
  z-index: 1;
  background:
    radial-gradient(ellipse at 18% 58%, rgba(211, 82, 0, 0.5) 0%, rgba(211, 82, 0, 0.18) 24%, rgba(0, 0, 0, 0) 56%),
    radial-gradient(ellipse at 82% 62%, rgba(255, 58, 67, 0.28) 0%, rgba(186, 45, 24, 0.18) 25%, rgba(0, 0, 0, 0) 58%),
    linear-gradient(90deg, rgba(220, 82, 0, 0.36), rgba(255, 111, 28, 0.12) 27%, rgba(0, 0, 0, 0) 48%, rgba(255, 68, 72, 0.12) 68%, rgba(178, 49, 25, 0.32)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(176, 54, 12, 0.1) 34%, rgba(176, 40, 22, 0.28) 62%, rgba(0, 0, 0, 0.82) 100%);
}

.software .software-dev-hero::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 18%, rgba(0, 0, 0, 0.05) 38%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.34) 62%, rgba(0, 0, 0, 0.58) 74%, rgba(0, 0, 0, 0.84) 88%, rgba(0, 0, 0, 0.98) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.72) 100%);
}

.software .software-dev-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(32, minmax(0, 1fr));
  pointer-events: none;
}

.software .software-dev-hero-grid__line {
  min-width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.035);
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 117, 28, 0.02) 18%, rgba(255, 117, 28, 0.32) 42%, rgba(255, 64, 72, 0.46) 55%, rgba(255, 87, 22, 0.12) 72%, transparent 100%),
    linear-gradient(90deg, transparent 0%, var(--software-hero-line-soft) 48%, var(--software-hero-line-strong) 50%, var(--software-hero-line-soft) 52%, transparent 100%);
  background-size: 100% 72%, 100% 100%;
  background-position: 50% -45%, center;
  opacity: 0.58;
  filter: saturate(1.08) brightness(0.94);
  animation: software-hero-line-wave 5.9s ease-in-out infinite;
  animation-delay: calc(var(--line-index, 0) * -0.16s);
  will-change: opacity, background-position, filter;
}

.software .software-dev-hero-grid__line:nth-child(1) { --line-index: 1; }
.software .software-dev-hero-grid__line:nth-child(2) { --line-index: 2; }
.software .software-dev-hero-grid__line:nth-child(3) { --line-index: 3; }
.software .software-dev-hero-grid__line:nth-child(4) { --line-index: 4; }
.software .software-dev-hero-grid__line:nth-child(5) { --line-index: 5; }
.software .software-dev-hero-grid__line:nth-child(6) { --line-index: 6; }
.software .software-dev-hero-grid__line:nth-child(7) { --line-index: 7; }
.software .software-dev-hero-grid__line:nth-child(8) { --line-index: 8; }
.software .software-dev-hero-grid__line:nth-child(9) { --line-index: 9; }
.software .software-dev-hero-grid__line:nth-child(10) { --line-index: 10; }
.software .software-dev-hero-grid__line:nth-child(11) { --line-index: 11; }
.software .software-dev-hero-grid__line:nth-child(12) { --line-index: 12; }
.software .software-dev-hero-grid__line:nth-child(13) { --line-index: 13; }
.software .software-dev-hero-grid__line:nth-child(14) { --line-index: 14; }
.software .software-dev-hero-grid__line:nth-child(15) { --line-index: 15; }
.software .software-dev-hero-grid__line:nth-child(16) { --line-index: 16; }
.software .software-dev-hero-grid__line:nth-child(17) { --line-index: 17; }
.software .software-dev-hero-grid__line:nth-child(18) { --line-index: 18; }
.software .software-dev-hero-grid__line:nth-child(19) { --line-index: 19; }
.software .software-dev-hero-grid__line:nth-child(20) { --line-index: 20; }
.software .software-dev-hero-grid__line:nth-child(21) { --line-index: 21; }
.software .software-dev-hero-grid__line:nth-child(22) { --line-index: 22; }
.software .software-dev-hero-grid__line:nth-child(23) { --line-index: 23; }
.software .software-dev-hero-grid__line:nth-child(24) { --line-index: 24; }
.software .software-dev-hero-grid__line:nth-child(25) { --line-index: 25; }
.software .software-dev-hero-grid__line:nth-child(26) { --line-index: 26; }
.software .software-dev-hero-grid__line:nth-child(27) { --line-index: 27; }
.software .software-dev-hero-grid__line:nth-child(28) { --line-index: 28; }
.software .software-dev-hero-grid__line:nth-child(29) { --line-index: 29; }
.software .software-dev-hero-grid__line:nth-child(30) { --line-index: 30; }
.software .software-dev-hero-grid__line:nth-child(31) { --line-index: 31; }
.software .software-dev-hero-grid__line:nth-child(32) { --line-index: 32; }
.software .software-dev-hero-grid__line:nth-child(33) { --line-index: 33; }
.software .software-dev-hero-grid__line:nth-child(34) { --line-index: 34; }

.software .software-dev-hero__container {
  position: relative;
  z-index: 4;
  display: flex !important;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(254px, 25.4vh, 282px) 24px clamp(88px, 8.8vh, 116px);
  box-sizing: border-box;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.software .software-dev-hero__container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 6;
  width: 100vw;
  height: 20%;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 38%, rgba(0, 0, 0, 0.82) 78%, #000 100%);
}

.software .software-dev-hero__content {
  position: relative !important;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  width: min(calc(100vw - 48px), 880px) !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding-top: 0;
  text-align: center;
}

.software .software-dev-hero__title {
  max-width: 880px;
  margin: 0 0 14px !important;
  color: #fff;
  font-family: Closer, Inter, Arial, sans-serif;
  font-size: clamp(34px, 2.65vw, 42px) !important;
  font-weight: 700;
  line-height: 1.08 !important;
  letter-spacing: 0;
  text-wrap: balance;
  white-space: nowrap;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.5);
}

.software .software-dev-hero__description {
  width: min(100%, 570px);
  max-width: 570px;
  margin: 0 auto 27px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: clamp(14px, 1.03vw, 17px);
  line-height: 1.32;
  text-wrap: balance;
}

.software .software-dev-hero__button {
  display: flex !important;
  justify-content: center;
  width: 100%;
  margin-inline: auto !important;
}

.software .software-dev-hero .form-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 25px !important;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  border-radius: 30px;
  background: rgba(10, 7, 6, 0.1) !important;
  color: #fff !important;
  font-family: Closer, Inter, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 500 !important;
  letter-spacing: 0;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.software .software-dev-hero .form-btn:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: #171717 !important;
}

.software .software-dev-hero .form-btn:hover path {
  fill: #171717;
}

.software .software-dev-hero-visual {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 5;
  flex: 0 0 auto;
  width: min(62vw, 940px) !important;
  min-width: 720px;
  height: auto !important;
  aspect-ratio: 1040 / 500;
  margin: clamp(156px, 15.8vh, 184px) auto 0 !important;
  transform: none !important;
  background: none !important;
  pointer-events: none;
}

.software .software-dev-hero-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34%;
  z-index: 2;
  width: 118vw;
  height: 118%;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 46%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.5) 28%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0) 82%),
    radial-gradient(ellipse at 50% 78%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.54) 36%, rgba(0, 0, 0, 0) 74%);
  filter: blur(34px);
}

.software .software-dev-hero-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -54%;
  z-index: 1;
  width: 100vw;
  height: 132%;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.18) 44%, rgba(0, 0, 0, 0.58) 70%, rgba(0, 0, 0, 0.92) 88%, #000 100%);
}

.software .software-dev-hero-asset {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

.software .software-dev-hero-asset img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.software .software-dev-hero-asset--laptop {
  left: 50%;
  bottom: -5%;
  z-index: 3;
  width: 122%;
  transform: translate3d(-50%, 0, 0);
  filter: drop-shadow(0 42px 54px rgba(0, 0, 0, 0.64)) brightness(1.14) contrast(1.04);
}

.software .software-dev-hero-asset--laptop::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3%;
  z-index: 0;
  width: 78%;
  height: 19%;
  pointer-events: none;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 34%, rgba(0, 0, 0, 0.18) 66%, rgba(0, 0, 0, 0) 100%);
  filter: blur(10px);
}

.software .software-dev-hero-asset--laptop::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 4%, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.12) 18%, rgba(0, 0, 0, 0) 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.34) 72%, rgba(0, 0, 0, 0.72) 100%);
  -webkit-mask: url("/assets/images/hero/software-laptop.png") center / 100% auto no-repeat;
  mask: url("/assets/images/hero/software-laptop.png") center / 100% auto no-repeat;
}

.software .software-dev-hero-asset--laptop img {
  position: relative;
  z-index: 1;
}

.software .software-dev-hero-asset--left {
  left: 8%;
  top: -11%;
  z-index: 4;
  width: 20%;
  transform: translate3d(var(--software-hero-left-x), var(--software-hero-left-y), 0) rotate(-7deg);
  filter: drop-shadow(0 25px 34px rgba(0, 0, 0, 0.44));
}

.software .software-dev-hero-asset--key {
  right: 14%;
  top: -34%;
  z-index: 4;
  width: 14%;
  transform: translate3d(var(--software-hero-key-x), var(--software-hero-key-y), 0) rotate(-8deg) scaleX(-1);
  filter: drop-shadow(0 25px 34px rgba(0, 0, 0, 0.42));
}

.software .software-dev-hero-asset--right {
  right: -1%;
  top: 24%;
  z-index: 5;
  width: 38%;
  transform: translate3d(var(--software-hero-right-x), var(--software-hero-right-y), 0) rotate(8deg) scaleX(-1);
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.4));
}

.software .software-dev-hero-asset--left img,
.software .software-dev-hero-asset--right img,
.software .software-dev-hero-asset--key img {
  animation: software-hero-asset-float 4.9s ease-in-out infinite;
}

.software .software-dev-hero-asset--key img {
  animation-delay: -1.15s;
}

.software .software-dev-hero-asset--right img {
  animation-delay: -2s;
}

.software .software-dev-hero__scroll,
.software .software-dev-hero .show-more,
.software tal-main-banner .cursor-blur {
  display: none !important;
}

body.software-hero-no-cursor #gradient-canvas {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@keyframes software-hero-line-wave {
  0%, 100% {
    background-position: 50% -45%, center;
    filter: saturate(1.05) brightness(0.88);
    opacity: 0.48;
  }

  32% {
    opacity: 0.86;
  }

  50% {
    background-position: 50% 128%, center;
    filter: saturate(1.18) brightness(1.12);
    opacity: 0.9;
  }

  72% {
    opacity: 0.7;
  }
}

@keyframes software-hero-asset-float {
  0%, 100% {
    translate: 0 0;
  }

  45% {
    translate: 0 -10px;
  }

  74% {
    translate: 0 4px;
  }
}

@media screen and (min-width: 1600px) {
  .software .software-dev-hero::before {
    background:
      radial-gradient(ellipse at 18% 62%, rgba(211, 82, 0, 0.56) 0%, rgba(211, 82, 0, 0.22) 28%, rgba(0, 0, 0, 0) 62%),
      radial-gradient(ellipse at 82% 64%, rgba(255, 58, 67, 0.34) 0%, rgba(186, 45, 24, 0.2) 28%, rgba(0, 0, 0, 0) 62%),
      linear-gradient(90deg, rgba(220, 82, 0, 0.38), rgba(255, 111, 28, 0.14) 29%, rgba(0, 0, 0, 0) 48%, rgba(255, 68, 72, 0.14) 68%, rgba(178, 49, 25, 0.34)),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(176, 54, 12, 0.12) 38%, rgba(176, 40, 22, 0.32) 70%, rgba(0, 0, 0, 0.84) 100%);
  }

  .software .software-dev-hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.38) 16%, rgba(0, 0, 0, 0.05) 38%, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0.3) 63%, rgba(0, 0, 0, 0.52) 76%, rgba(0, 0, 0, 0.78) 90%, rgba(0, 0, 0, 0.94) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.72) 100%);
  }

  .software .software-dev-hero__container {
    max-width: 1680px;
    padding-top: clamp(286px, 25.8vh, 324px);
    padding-bottom: clamp(120px, 11.5vh, 158px);
  }

  .software .software-dev-hero__container::after {
    height: 25%;
  }

  .software .software-dev-hero-visual {
    width: min(58vw, 1180px) !important;
    min-width: 940px;
    margin-top: clamp(156px, 15vh, 190px) !important;
  }

  .software .software-dev-hero-visual::before {
    bottom: -36%;
    height: 124%;
  }

  .software .software-dev-hero-visual::after {
    bottom: -56%;
    height: 138%;
  }

  .software .software-dev-hero-asset--key {
    right: 12%;
    top: -36%;
  }
}

@media screen and (max-width: 1440px) {
  .software .software-dev-hero-grid {
    grid-template-columns: repeat(28, minmax(0, 1fr));
  }

  .software .software-dev-hero-grid__line:nth-child(n + 29) {
    display: none;
  }

  .software .software-dev-hero-visual {
    width: min(72vw, 940px) !important;
    min-width: 650px;
  }
}

@media screen and (max-width: 1440px) and (max-height: 860px) {
  .software .software-dev-hero {
    min-height: calc(100vh + 120px);
    min-height: calc(100svh + 120px);
  }

  .software .software-dev-hero__container {
    padding-top: clamp(214px, 25vh, 236px);
    padding-bottom: clamp(74px, 8vh, 96px);
  }

  .software .software-dev-hero__title {
    font-size: clamp(32px, 2.6vw, 40px) !important;
    margin-bottom: 12px !important;
  }

  .software .software-dev-hero__description {
    margin-bottom: 24px !important;
    font-size: clamp(13px, 1.08vw, 16px);
  }

  .software .software-dev-hero .form-btn {
    min-height: 54px;
  }

  .software .software-dev-hero-visual {
    width: min(62vw, 840px) !important;
    margin-top: clamp(112px, 13vh, 136px) !important;
  }
}

@media screen and (max-width: 1024px) {
  .software .software-dev-hero {
    min-height: calc(100vh + 100px);
    min-height: calc(100svh + 100px);
  }

  .software .software-dev-hero-grid {
    grid-template-columns: repeat(22, minmax(0, 1fr));
  }

  .software .software-dev-hero-grid__line:nth-child(n + 23) {
    display: none;
  }

  .software .software-dev-hero__container {
    padding-top: 174px;
  }

  .software .software-dev-hero-visual {
    width: min(84vw, 680px) !important;
    min-width: 0;
    margin-top: clamp(70px, 8vh, 90px) !important;
  }

  .software .software-dev-hero-asset--left {
    left: 0;
    top: 8%;
    width: 22%;
  }

  .software .software-dev-hero-asset--key {
    right: 10%;
    top: -15%;
    width: 15%;
  }

  .software .software-dev-hero-asset--right {
    right: -2%;
    top: 36%;
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .software .software-dev-hero {
    height: calc(100vh + 100px) !important;
    height: calc(100svh + 100px) !important;
    min-height: calc(100vh + 100px) !important;
    min-height: calc(100svh + 100px) !important;
    margin-top: -100px !important;
  }

  .software .software-dev-hero-grid {
    grid-template-columns: repeat(15, minmax(0, 1fr));
  }

  .software .software-dev-hero-grid__line:nth-child(n + 16) {
    display: none;
  }

  .software .software-dev-hero__container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 132px 20px clamp(56px, 8vh, 82px);
  }

  .software .software-dev-hero__title {
    max-width: 610px;
    font-size: clamp(32px, 7.2vw, 43px) !important;
    line-height: 1.12 !important;
    white-space: normal;
  }

  .software .software-dev-hero__description {
    max-width: 545px;
    margin-bottom: 24px !important;
    font-size: 15px;
    line-height: 1.42;
  }

  .software .software-dev-hero-visual {
    width: min(102vw, 550px) !important;
    margin-top: clamp(42px, 5.5vh, 56px) !important;
  }

  .software .software-dev-hero-asset--laptop {
    width: 96%;
  }

  .software .software-dev-hero-asset--left {
    left: -4%;
    top: 9%;
    width: 24%;
  }

  .software .software-dev-hero-asset--key {
    right: 8%;
    top: -11%;
    width: 17%;
  }

  .software .software-dev-hero-asset--right {
    right: -9%;
    top: 40%;
    width: 36%;
  }
}

@media screen and (max-width: 520px) {
  .software .software-dev-hero-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .software .software-dev-hero-grid__line:nth-child(n + 11) {
    display: none;
  }

  .software .software-dev-hero__container {
    padding: 132px 18px 64px;
  }

  .software .software-dev-hero__title {
    max-width: 340px;
    font-size: clamp(28px, 7.6vw, 33px) !important;
  }

  .software .software-dev-hero__description {
    width: min(100%, 334px);
    max-width: 334px;
    font-size: 13px;
  }

  .software .software-dev-hero .form-btn {
    min-height: 46px;
    padding: 0 19px !important;
    font-size: 14px;
  }

  .software .software-dev-hero-visual {
    width: min(116vw, 420px) !important;
    margin-top: 46px !important;
  }

  .software .software-dev-hero-asset--left {
    left: -10%;
    width: 28%;
  }

  .software .software-dev-hero-asset--key {
    right: 5%;
    top: -7%;
    width: 19%;
  }

  .software .software-dev-hero-asset--right {
    right: -17%;
    top: 43%;
    width: 43%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .software .software-dev-hero-grid__line,
  .software .software-dev-hero-asset img {
    animation: none;
  }

  .software .software-dev-hero-grid__line {
    background-position: 50% 42%, center;
    opacity: 0.68;
  }

  .software .software-dev-hero {
    --software-hero-left-x: 0px !important;
    --software-hero-left-y: 0px !important;
    --software-hero-right-x: 0px !important;
    --software-hero-right-y: 0px !important;
    --software-hero-key-x: 0px !important;
    --software-hero-key-y: 0px !important;
  }
}

/* Shared /expertise/ hero typography */
.software .software-dev-hero__title {
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 1.08 !important;
}

.software .software-dev-hero__description {
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.34 !important;
}

.software .software-dev-hero .form-btn {
  font-size: 16px !important;
}

@media screen and (max-width: 1440px) {
  .software .software-dev-hero__title {
    font-size: clamp(40px, 4.2vw, 52px) !important;
  }

  .software .software-dev-hero__description {
    font-size: clamp(14px, 1.12vw, 16px) !important;
    line-height: 1.32 !important;
  }
}

@media screen and (max-width: 768px) {
  .software .software-dev-hero__title {
    font-size: clamp(34px, 7.2vw, 44px) !important;
    line-height: 1.12 !important;
  }

  .software .software-dev-hero__description {
    font-size: 15px !important;
    line-height: 1.42 !important;
  }
}

@media screen and (max-width: 520px) {
  .software .software-dev-hero__title {
    font-size: clamp(29px, 7.8vw, 33px) !important;
  }

  .software .software-dev-hero__description {
    font-size: 14px !important;
  }

  .software .software-dev-hero .form-btn {
    font-size: 14px !important;
  }
}
