h2#smal-items-baseline-title {
    font-size: 3.75rem !important;
  }
  
  smal-text-24 {
      font-size: 1.375rem;
  }
  
  @media (min-width: 768px) {
    h2#smal-items-baseline-title {
      font-size: 5.9375rem !important;
    }
  }
  
  @media (min-width: 1024px) {
    h2#smal-items-baseline-title {
      font-size: 5rem!important;
      line-height: 4rem!important;
    }
  }

  #styles_HtmlBlock__2vlgJ .pdpWrapper #panel2 .content .wrapper-table {
    padding: 30px 0;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 20px !important;
    gap: 20px !important;
}
@media screen and (max-width: 768px){
    #styles_HtmlBlock__2vlgJ .pdpWrapper #panel2 .content .wrapper-table {
        grid-template-columns: 1fr;
    }
}
#styles_HtmlBlock__2vlgJ .pdpWrapper #panel2 .content .wrapper-table > div{
    width: 100%;
}