/* Background Color Start */
.bg-primary {
  background-color: #3a7c92 !important;
}
/* Background Color End */

/* Text Color Start */
.text-primary {
  color: #3a7c92 !important;
}
.text-dark {
  color: #111 !important;
}
/* Text Color End */

/* Font Size Start */
.fs-16 {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.4 !important;
}
.fs-18 {
  font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.4 !important;
}
.fs-22 {
  font-size: calc(19px + (22 - 19) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.4 !important;
}
.fs-24 {
  font-size: calc(21px + (24 - 21) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.4 !important;
}
.fs-42 {
  font-size: calc(30px + (42 - 30) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.3 !important;
}
.fs-55 {
  font-size: calc(36px + (55 - 30) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.3 !important;
}
/* Font Size End */
