@media only screen and (max-width: 1400px) {
  .cust-dual-col-extra {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  /* SubMenu Style */
  .has-sub-menu {
    position: relative;
    list-style: none;
  }

  .has-sub-menu > a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
  }

  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 99;
  }

  .sub-menu li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition:
      background 0.2s ease,
      color 0.2s ease;
  }

  .sub-menu li a:hover {
    background: #f5f5f5;
    color: #000;
  }

  .has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .has-sub-menu:hover .sub-menu-icon {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 1200px) {
  .sub-menu {
    min-height: fit-content !important;
    padding: 10px !important;
    display: none;
  }
  .has-sub-menu:hover .sub-menu {
    display: block;
  }
  .sub-menu a {
    font-size: 12px;
  }
  h1 {
    font-size: 46px !important;
  }
  h2 {
    font-size: 36px !important;
  }
  .header-cta-menu {
    max-width: 50%;
    justify-content: flex-end;
  }
  .main-header-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }

  .main-header-nav.active {
    right: 0;
  }

  .main-header-nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px 2rem 2rem;
    gap: 1rem;
    height: auto;
/*     min-height: 100vh; */
  }

  .main-header-nav li {
    width: 100%;
    text-align: center;
  }

  .main-header-nav a {
    display: block;
    width: 100%;
  }

  .main-header-nav a:hover {
    background-color: #f8f9fa;
  }

  .header-main-mobile-menu {
    display: block;
  }

  .header-cta-menu {
    gap: 24px;
  }

  .header-logo img {
    height: 40px;
    object-position: left;
  }
  .main-header {
    padding: 8px 0;
  }
  .home-hero-content {
    max-width: 75%;
  }
  .home-hero-section {
    height: 100%;
  }
  .popular-categories-sec {
    padding: 60px 0;
  }

  .pd-120,
  .pd-80 {
    padding: 60px 0;
  }

  .r-gap-large,
  .r-gap-med {
    gap: 30px;
  }
  .pcs-card-item {
    width: 100%;
    max-width: 32.4%;
  }
  .pcs-parent {
    gap: 30px;
  }
  .pwj-cards {
    justify-content: center;
  }
  .pwj-cards-item {
    max-width: 30%;
  }
  .pwj-card-icon-counter {
    top: 0px;
    right: -30px;
  }
  .pwj-cards-item:after {
    display: none;
  }
  h3 {
    font-size: 24px !important;
  }
  .ss-tab-btn {
    padding: 12px 20px;
  }
  .ss-tab-btn h4 {
    font-size: 16px;
  }
  .ss-tab-label {
    font-size: 12px;
  }
  .ino-dual-col {
    row-gap: 30px;
  }
  .ino-dual-main-visual {
    height: 420px;
  }
  .idce-title {
    font-size: 24px;
  }
  .idce-text {
    font-size: 14px;
  }
  .innovation-dual-list {
    gap: 16px;
  }
  .idli-content {
    gap: 6px;
  }
  .idli-icon {
    width: 30px;
    height: 30px;
  }
  .idli-icon img {
    width: 20px;
    height: 20px;
  }
  h4 {
    font-size: 18px !important;
  }
  .cust-dual-main-visual {
    height: 100%;
  }
  .customer-reviews-slider .swiper-pagination {
    margin-top: 30px;
  }
  .customer-review-content {
    max-width: 75%;
  }
  .customer-review-profile {
    max-width: 80px;
  }
  .customer-review-profile-img {
    width: 80px;
    height: 80px;
  }
  .cro-rating-points {
    font-size: 16px !important;
  }
  .cro-rating-starts {
    font-size: 20px !important;
  }
  .filter-dropdown select {
    padding: 12px 40px 12px 40px;
  }
  .filter-dropdown::after {
    right: 14px;
  }
  .breadcrumbs-front-page-link,
  .breadcrumbs-parent-page-link,
  .breadcrumbs-current-page {
    font-size: 14px;
  }
  .breadcrumbs-parent span {
    font-size: 14px;
  }
  .pmv-size-col:first-child {
    max-width: 100%;
  }
  .pmv-size-col {
    max-width: 100%;
  }
  .pmv-size-col-input input {
    width: 93%;
  }
  .bsp-parent-header {
    gap: 16px;
  }
  .pmv-label {
    font-size: 14px;
  }
  .pmv-size-col-label {
    font-size: 12px;
  }
  .pmv-size-col-input input {
    font-size: 12px;
  }
  .pmv-size-col-input span,
  .pmv-frac-btn,
  .pmv-frac-row button {
    font-size: 12px;
  }
  .pmv-color-name {
    font-size: 12px;
  }
  .pmv-qty-wrap input,
  .pmv-qty-wrap .pmv-qty-val {
    font-size: 16px;
  }
  .pmv-radio-label {
    font-size: 12px;
  }
  .product-main-section {
    padding: 32px 0 60px;
  }
  .prci-profile-name {
    font-size: 16px;
  }

  .prci-profile-img {
    width: 45px;
    height: 45px;
  }
  .prci-content {
    gap: 16px;
  }
  .prci-content-stars img {
    height: 14px;
  }
  .cart-main-proceed-perks li {
    font-size: 16px !important;
  }

  .cart-main-proceed-perks li > a {
    font-size: 16px;
  }

  .cps-title {
    font-size: 14px;
  }

  .cps-numbers {
    font-size: 14px;
  }

  .cart-main-proceed-perks {
    width: 100%;
    max-width: 48%;
  }
  .cart-main-item {
    align-items: flex-start;
  }
  .cart-main-item-checkbox {
    max-width: 24px;
    padding-top: 5px;
  }
  .cart-main-item-image {
    max-width: 11%;
  }
  .cart-main-item-product-info {
    max-width: 87%;
  }
  .cart-main-item-action {
    max-width: 10%;
  }
  .cart-main-item-product-detail {
    max-width: 83%;
    align-items: start;
  }
  .cmi-pi-parent {
    gap: 16px;
    justify-content: flex-start;
  }
  .cmi-pi-info-child {
    max-width: fit-content;
  }
  .blog-post-date-publishing {
    font-size: 12px;
  }
  .faq-main-item.faq-active .faq-content {
    padding: 0px 20px 20px;
  }
  .faq-main-item.faq-active .faq-header {
    padding-bottom: 10px;
  }
  .measure-tabs .ss-tab-panel {
    row-gap: 20px;
  }
  .measure-tab-content-detail {
    gap: 12px;
  }
  .free-sample-sec-header {
    gap: 16px;
    padding-bottom: 30px;
  }
  .selection-step {
    padding-bottom: 30px;
  }
  .card-category-selection,
  .card-product-selection,
  .card-common-selection {
    max-width: 24.4%;
  }
}

@media only screen and (max-width: 990px) {
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  .footer-info-inspiration-logo,
  .footer-info-inspiration-form {
    max-width: 100%;
  }
  .footer-main-cta-contact {
    max-width: 100%;
  }
  .footer-main-cta-menu-parent {
    max-width: 100%;
  }
  .footer-contact-details {
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-hero-content {
    max-width: 100%;
  }
  .qps-card-content {
    visibility: visible;
    opacity: 1;
  }
  .solutions-tabs-nav {
    overflow-x: scroll;
    width: 100% !important;
  }
  .ss-tab-btn {
    width: fit-content;
    flex: none !important;
  }
  .ino-dual-col-extra {
    bottom: -16px;
    right: -16px;
    padding: 20px 20px;
  }
  .cust-dual-col-extra {
    right: 30px;
    bottom: 30px;
  }
  .customer-review-profile {
    max-width: 60px;
  }
  .customer-review-profile-img {
    width: 60px;
    height: 60px;
  }
  .filter-bar {
    justify-content: center;
  }
  .filter-group,
  .filter-actions {
    justify-content: start;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .filter-dropdown select {
    padding: 12px 40px 12px 14px;
  }
  .prci-profile {
    max-width: 30%;
  }
  .prci-content {
    max-width: 62%;
  }
  .cart-checkmark {
    width: 16px;
    height: 16px;
  }
  .cart-checkmark::after {
    left: 6px;
    top: 3px;
    width: 2px;
    height: 6px;
  }
  .cart-main-item-image {
    max-width: fit-content;
  }
  .cart-main-item-action {
    max-width: 100%;
  }
  .cart-main-item-product-detail {
    max-width: 95%;
  }
  .cart-main-item {
    padding: 0;
    row-gap: 16px;
  }
  .selection-footer {
    padding: 16px 0;
  }
  .selection-progress-info {
    max-width: 60%;
  }
  .selection-progress-count span,
  .selection-progress-count {
    font-size: 18px;
  }
  .selection-progress-label {
    font-size: 12px;
  }
  .selection-progress-bar-container {
    height: 3px;
  }
  .card-product-selection .color-label {
    font-size: 12px;
  }
  .card-product-selection .color-picker-trigger {
    padding: 6px 6px 6px 6px;
    justify-content: center;
  }
  .card-category-selection .card-title,
  .card-product-selection .card-title,
  .card-common-selection .card-title {
    font-size: 14px;
  }
  .step-title span:first-child {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .card-common-selection .btn-add-cart {
    padding: 6px 6px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 880px) {
  .bsp-product-item-meta span {
    padding: 4px;
    font-size: 8px;
  }
  .bsp-product-item-visual {
    height: 190px;
  }
  .bsp-prodcut-item-cta-detail,
  .bsp-prodcut-item-cta-gallery {
    width: 30px;
    height: 30px;
    padding: 6px 10px;
  }
  .bsp-prodcut-item-cta-detail img {
    width: 12px;
    height: 12px;
  }
  .bsp-prodcut-item-cta-gallery img {
    width: 20px;
    height: 20px;
  }
  .bsp-product-item-content-title {
    font-size: 16px !important;
  }
  .bsp-product-item-content-pricing h5 {
    font-size: 16px;
  }
  .bsp-product-item-content-pricing span {
    font-size: 12px;
  }
  .bsp-product-item-content {
    padding: 16px 16px 16px;
    gap: 10px;
  }
  .bsp-prodcut-item-cta {
    gap: 10px;
  }
  .pwj-cards-item {
    max-width: 40%;
  }
  .qps-card-content {
    padding: 20px 20px 20px;
  }
  h3 {
    font-size: 20px !important;
  }
  .ss-tab-panel {
    min-height: 380px;
    padding: 30px 30px;
  }
  .ss-tab-panel-content ul {
    margin: 15px 0 15px 15px;
  }
  .cart-detail-popup-inner .pmv-size-col:first-child {
    width: 100%;
    max-width: 100%;
  }
  .cart-detail-popup-inner .pmv-size-col {
    width: 100%;
    max-width: 100%;
  }
  .ars-blog-item-featured-img img {
    min-height: 200px;
    max-height: 200px;
  }
  .ars-blog-item {
    max-width: 49%;
  }
  .about-main-col {
    max-width: 48%;
  }
  .faq-main-item.faq-active .faq-toggle {
    font-size: 12px;
  }
  .faq-toggle {
    font-size: 12px;
  }
  .warranty-notice {
    font-size: 18px;
  }
  .specs-cards-flex {
    column-gap: 2%;
  }
  .specs-cards-item {
    max-width: 48.5%;
  }
  .install-main-parent {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px !important;
  }
  p,
  li {
    font-size: 14px;
  }
  h2 {
    font-size: 24px !important;
  }
  .header-actions img {
    width: 16px;
    height: 16px;
  }
  .header-main-mobile-menu-toggle {
    width: 16px;
    height: 16px;
  }
  .header-main-mobile-menu-toggle span:nth-child(2) {
    top: 7px;
  }
  .header-main-mobile-menu-toggle span:nth-child(3) {
    top: 14px;
  }
  .header-actions ul {
    gap: 8px;
  }

  .header-cta-menu {
    gap: 12px;
  }

  .header-actions li,
  .header-actions a {
    width: 16px;
    height: 22px;
  }
  .top-header-nav li > a {
    font-size: 8px;
    line-height: 10px;
  }
  .top-header-nav li {
    font-size: 8px;
    padding: 0 8px;
  }
  .top-header-cta {
    font-size: 8px;
  }
  .top-header-cta img {
    width: 8px;
    height: 8px;
  }
  .top-header-cta {
    gap: 4px;
  }
  .header-logo img {
    height: 30px;
  }
  .footer-main-menu-col {
    max-width: 100%;
  }
  .footer-social-parent {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }
  .footer-copy-right-parent {
    gap: 30px;
    row-gap: 16px;
  }
  .form-footer-inspiration .btn-secondry {
    padding: 12px 10px;
    align-items: center;
  }
  .form-footer-inspiration img {
    width: 10px;
    height: 10px;
  }
  .footer-contact-details a {
    font-size: 14px;
  }
  .footer-contact-details span {
    width: 30px;
    height: 30px;
  }
  .footer-contact-details img {
    width: 12px;
    height: 12px;
  }
  .fsmc-socials-parent a {
    width: 30px;
    height: 30px;
  }
  .fsmc-socials-parent a img {
    width: 12px;
    height: 12px;
  }
  .footer-payment-methods img {
    height: 16px;
  }
  .footer-quote-parent-header {
    max-width: 100%;
  }
  .btn-primary,
  .btn-secondry {
    padding: 10px 18px;
    font-size: 12px;
    gap: 5px;
  }
  .btn-primary img,
  .btn-secondry img {
    width: 12px;
    height: 12px;
  }
  .form-footer-inspiration input[type="email"] {
    height: 43px;
  }
  .home-hero-main {
    gap: 20px;
    padding: 30px;
  }
  .home-hero-section {
    padding: 60px 0 40px;
  }
  .home-hero-content {
    gap: 40px;
  }
  .hh-numb-card {
    max-width: 30%;
  }
  .home-hero-section::after {
    background: #2f2f2f91;
  }
  .hh-numb-card span {
    font-size: 6px;
  }
  .hh-numb-card h2 {
    font-size: 12px !important;
  }
  .home-hero-numbers {
    gap: 10px;
  }
  .cart-counter {
    width: 14px;
    height: 14px;
    right: -6px;
    top: -6px;
    font-size: 6px;
    line-height: 6px;
  }
  .popular-categories-sec {
    padding: 40px 0;
  }

  .pd-120,
  .pd-80 {
    padding: 40px 0;
  }

  .r-gap-large,
  .r-gap-med {
    gap: 20px;
  }
  .pcs-card-item a {
    gap: 20px;
    padding: 30px 20px;
  }
  .pcs-card-item {
    width: 100%;
    max-width: 49%;
  }
  .pcs-parent {
    gap: 20px;
  }
  .pcs-card-item img {
    width: 60px;
    height: 40px;
  }
  .pcs-category-title {
    font-size: 14px;
  }
  .pcs-cards {
    row-gap: 8px;
  }
  .bsp-parent-header {
    gap: 16px;
  }
  .bsp-parent-header span {
    font-size: 12px;
  }
  .bsp-product-item {
    max-width: 48.5%;
  }
  .pwj-card-content h4 {
    font-size: 16px;
    max-width: 100%;
  }
  .pwj-cards-item {
    max-width: 100%;
  }
  .pwj-card-content {
    margin-top: 20px;
    gap: 10px;
  }
  .pwj-card-icon {
    width: 60px;
    height: 60px;
  }
  .pwj-card-icon img {
    width: 40px;
    height: 40px;
  }
  .pwj-card-icon-counter {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .qps-parent-header p {
    font-size: 14px;
  }
  .qps-card-item {
    max-width: 100% !important;
  }
  .qps-card-item {
    min-height: 320px;
  }
  .ss-tab-panel {
    min-height: 360px;
    padding: 20px 20px;
  }
  .ss-tab-panel::after {
    background: #000000c4;
  }
  .solutions-tabs-nav {
    gap: 15px;
    margin-bottom: 15px;
  }
  .ino-dual-main-visual {
    height: 100%;
  }
  .ino-dual-col {
    max-width: 100%;
  }
  .ino-dual-col-extra {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .ino-dual-parent {
    flex-direction: column-reverse;
  }
  .cust-dual-parent {
    flex-direction: column;
  }
  .idce-title {
    font-size: 20px;
  }
  .cust-dual-parent-col:nth-child(2) {
    max-width: 100%;
  }
  .customer-review-text {
    font-size: 14px;
  }
  .customer-review-name {
    font-size: 14px;
  }
  .customer-review-location {
    font-size: 12px;
  }
  .customer-review-card {
    padding: 20px;
    gap: 16px;
  }
  .customer-review-profile {
    max-width: 100%;
  }
  .customer-review-content {
    max-width: 100%;
  }
  .cro-rating-points {
    font-size: 14px !important;
  }
  .cro-rating-starts {
    font-size: 16px !important;
  }
  .inner-banner-section {
    padding: 90px 0;
  }
  .bsp-products-pagination {
    justify-content: center;
  }
  .bsp-prod-pagination-btns {
    justify-content: center;
  }
  .bsp-prod-total-count span {
    font-size: 14px;
  }
  .bsp-prod-pagination-btns-item {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .breadcrumbs-front-page-link,
  .breadcrumbs-parent-page-link,
  .breadcrumbs-current-page {
    font-size: 12px;
  }
  .breadcrumbs-parent span {
    font-size: 12px;
  }
  .product-main-detail-col {
    max-width: 100%;
    gap: 24px;
  }
  .product-main-detail {
    row-gap: 40px;
  }
/*   .product-gallery-thumbs .swiper-slide {
    width: 23.5% !important;
  }
  .product-gallery-thumbs .swiper-wrapper {
    flex-wrap: nowrap !important;
    gap: 16px !important;
    justify-content: space-between !important;
    overflow-y: scroll !important;
  } */
	.product-gallery-main .swiper-button-next, .product-gallery-main .swiper-button-prev, .product-gallery-thumbs .swiper-button-next, .product-gallery-thumbs .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: 60%;
}
  .product-gallery-slide-visual {
    height: 330px !important;
  }
  .product-gallery-view-all,
  .product-gallery-expand {
    font-size: 10px;
  }
  .product-gallery-view-all img,
  .product-gallery-expand img {
    width: 14px;
    height: 14px;
  }
  .pmv-size-col-input span,
  .pmv-frac-btn,
  .pmv-frac-row button {
    width: 35px;
    height: 35px;
  }
  .pmv-size-col-input input {
    height: 35px;
  }
  .pmv-color-row {
    row-gap: 12px;
  }
  .pmv-color-item {
    max-width: 30%;
  }
  .pmv-color-row {
    gap: 12px;
    justify-content: center;
  }
  .pmv-section {
    gap: 10px;
  }
  .pmv-qty-wrap {
    margin: 14px 0 20px;
  }
  .pmv-qty-btn {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .pmv-qty-wrap input,
  .pmv-qty-wrap .pmv-qty-val {
    height: 35px;
  }
  .product-main-description-tabs {
    padding-bottom: 32px;
  }
  .icon-list-custom {
    max-width: 100%;
  }
  .product-desc-tabs-nav .ss-tab-btn {
    font-size: 14px;
  }
  .product-main-section {
    padding: 32px 0 40px;
  }
  .prci-profile {
    max-width: 100%;
    border-right: none;
  }
  .prci-content {
    max-width: 100%;
  }
  .product-reviews-custom-item {
    gap: 10px;
  }
  .cart-main-proceed-checkout {
    max-width: 100%;
  }
  .cart-main-item-product-detail {
    max-width: 90%;
  }
  .cart-main-item-product-info h4 {
    font-size: 16px !important;
  }
  .cmi-pi-info-child-title {
    font-size: 12px;
  }
  .cmi-pi-info-child-value {
    font-size: 12px;
  }
  .cart-main-proceed-perks li {
    font-size: 14px !important;
  }
  .cart-main-proceed-perks li > a {
    font-size: 14px;
  }
  .btn-secondry-rev {
    font-size: 12px;
  }
  .btn-primary img,
  .btn-secondry img,
  .btn-secondry-rev img {
    width: 12px;
    height: 12px;
  }
  .ars-blog-item {
    max-width: 100%;
  }
  .blog-post-detail-title {
    margin: 8px 0 16px;
    font-size: 28px !important;
  }
  .blog-detail-the-content p,
  .blog-detail-the-content li,
  .blog-detail-the-content a {
    font-size: 14px;
  }
  .about-main-col {
    max-width: 100%;
  }
  .about-main-col img {
    height: 220px;
  }
  .faq-content p {
    font-size: 12px;
  }
  .faq-header h4 {
    font-size: 16px !important;
  }
  .measure-tabs .ss-tab-btn {
    padding: 10px 5px;
  }
  .warranty-timeline-left,
  .warranty-timeline-right {
    max-width: 100%;
    gap: 16px;
  }
  .warranty-timeline-item {
    padding: 16px;
  }
  .cmb-sub-heading {
    font-size: 12px;
  }
  .track-form-input input {
    font-size: 14px;
  }
  .specs-cards-item-title {
    font-size: 14px !important;
  }

  .specs-cards-item-link {
    font-size: 12px;
  }

  .specs-cards-item {
    min-height: 1px;
    gap: 20px;
    padding: 14px;
    max-width: 100%;
  }
  .specs-accordian-content-item {
    height: fit-content;
    padding: 12px;
  }
  .specs-cards-item-link img,
  .specs-accordian-content-item img {
    width: 12px;
    height: 12px;
  }
  .specs-accordion-toggle img {
    width: 18px;
    height: 18px;
  }
  .card-category-selection,
  .card-product-selection,
  .card-common-selection {
    max-width: 49%;
  }
  .category-grid,
  .product-grid,
  .selection-common-item-grid {
    justify-content: space-between;
    gap: 0;
    row-gap: 24px;
    margin-top: 24px;
  }
  .card-common-selection .out-of-stock-label {
    padding: 6px;
    font-size: 12px;
  }
  .card-category-selection .card-title,
  .card-product-selection .card-title,
  .card-common-selection .card-title {
    font-size: 12px;
  }
  .card-category-selection .card-img-wrapper,
  .card-product-selection .card-img-wrapper,
  .card-common-selection .card-img-wrapper {
    height: 130px;
  }
  .card-product-selection .color-label {
    font-size: 10px;
  }
  .color-dots img {
    width: 10px;
    height: 10px;
  }
  #order-samples-btn {
    outline: none !important;
    border: none;
    padding: 6px 24px;
    font-size: 8px;
  }
  .selection-progress-label {
    font-size: 10px;
  }
  .selection-progress-count span,
  .selection-progress-count {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .bsp-product-item {
    max-width: 100%;
  }
  .bsp-product-item-visual {
    height: 280px;
  }
  h2 {
    font-size: 20px !important;
  }
  .blog-detail-the-content h2,
  .blog-detail-the-content h1,
  .blog-detail-the-content h3 {
    font-size: 20px !important;
  }
}
