.u-parent {
  position: relative;
}
.u-col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.u-seo-block h6,
.u-seo-block h5,
.u-seo-block h4,
.u-seo-block h3,
.u-seo-block h2{
  color: #59595c !important;
  font-family: 'gotham_bold' !important;
  /*font-family: 'gotham_regular' !important;*/
  margin-top: 0 !important;
  direction: ltr;
  font-size: 30px !important;
}
.u-seo-block h2 {
  margin-bottom: 35px;
  font-family: 'gotham_bold' !important;
}
/*
.u-seo-block h3{
  font-size: 24px !important;
}
.u-seo-block h4{
  font-size: 20px !important;
}
.u-seo-block h5{
  font-size: 18px !important;
}
.u-seo-block h5{
  font-size: 16px !important;
}
*/
.u-seo-block tr {
  grid-template-columns: repeat(2, 1fr) !important;
  align-items: start !important;
}
.u-seo-block p,
.u-seo-block td {
  font-size: 18px;
  line-height: 1.6;
  direction: ltr !important;
}
