/* Small devices (landscape phones, 576px and up) */
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
}

@media (min-width: 576px) { 
	.fs-sm-16 {
    font-size: 16px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.fs-md-18 {
    font-size: 18px !important;
  }
	.fs-md-30 {
    font-size: 30px !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.fs-lg-22 {
    font-size: 22px !important;
  }
	.fs-lg-36 {
    font-size: 36px !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.fs-lg-22 {
    font-size: 22px !important;
  }
	.fs-lg-36 {
    font-size: 36px !important;
  }
}