.product-sheet-topic {
  margin-bottom: 15px;
}

.product-sheet-topic h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px;
  color: #000;
}

.product-sheet-topic-note {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
  color: #000;
}

.gt-row.product-sheet-heading-row {
  padding-top: 0;
  padding-bottom: 50px;
}

.gt-row.product-sheet-heading-row .gt-column,
.gt-row.product-sheet-content-row .gt-column{
  padding-bottom: 0;
}

.product-sheet-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(216, 216, 216, 0.3);
  border-radius: 10px;
  padding: 15px;
  gap: 50px;
}

.product-sheet-heading h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.product-sheet-heading-note {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin: 15px 0 0;
  color: #000;
}

.product-sheet-heading-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 5px 0 0;
}

.product-sheet-heading-icons [class*=" fa-"] {
  font-size: 25px;
}

.product-sheet-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 0 30px 0 0;
}

.product-sheet-link-box a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #FD8206;
}

.product-sheet-link-box a:hover {
  text-decoration: underline;
}

.product-sheet-link-box h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #FD8206;
}

.product-sheet-link-box [class*=" fa-"]{
  font-size: 24px;
  margin: -1px 10px 0 0;
  color: #FD8206;
}

.product-sheet-link-box-note {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin: -15px 0 20px 30px;
  padding: 0 30px 0 0;
}

.product-sheet-link-box.disabled a {
  color: #000;
  pointer-events: none;
}

.product-sheet-link-box.disabled [class*=" fa-"]{
  color: #ccc;
}

.product-sheet-brand-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
  padding: 0 30px 0 0;
}

.product-sheet-list-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin: 0 0 20px;
  padding: 0 30px 0 0;
}

.product-sheet-divider {
  height: 1px;
  background: rgba(151, 151, 151, 0.5);
}

.gt-row.product-sheet-content-row {
  padding-top: 0;
  padding-bottom: 50px;
}

.gt-row.product-sheet-divider-row {
  padding-top: 0;
  padding-bottom: 50px;
}

.product-sheet-brand-logo {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .product-sheet-topic h2 {
    font-size: 30px;
  }

  .product-sheet-heading h3 {
    font-size: 24px;
  }
}
