html body{
  font-size: var(--text-size);
}

body .insucom-get-in-touch-block .main-touch .content .content-left .content-desc{
  font-size: var(--text-size);
}

.lcbtn{
  background: var(--color-primary) !important;
  border: none !important;
  color: #fff !important;
}


.lcbtn:hover{
  background: #8B8B8A !important;
}

.p45 {
  padding: var(--component-gap) !important;
}

.pt90b45 {
  padding: var(--component-first-gap) !important;
}

:root {
  --title-size: 40px;
  --title-weight: 700;
  --title-line-height: 1;
  --text-size: 18px;
  --component-gap: 60px 0;
  --component-first-gap: 120px 0 60px;
}

@media screen and (max-width: 1280px) {
  :root {
    --title-size: 36px;
    --component-gap: 45px 0;
    --component-first-gap: 90px 0 45px;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --title-size: 32px;
    --component-gap: 30px 0;
    --component-first-gap: 60px 0 30px;
     --text-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --title-size: 28px;
    --component-gap: 20px 0;
    --component-first-gap: 40px 0 20px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --title-size: 24px;
    --component-gap: 15px 0;
    --component-first-gap: 30px 0 15px;
    --text-size: 14px;
  }
}