.product-section8 h5 {
  margin-bottom: 20px;
  color: #fff;
  font-family: "IBMPlexSans";
  font-size: 14px;
  font-style: normal;

  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-section8 p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-style: normal;
  line-height: 30px; /* 187.5% */
  margin-bottom: 12px;
}

.product-section8 .section-content a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-style: normal;
  line-height: 30px; /* 187.5% */
  margin-bottom: 12px;
  text-transform: capitalize;
}

.product-section8 .section-content a:hover {
  color: rgba(255, 255, 255, 1);
}

.product-section8 .line-anim {
  height: 135px;
  margin: 10px 70px 15px;
}

.product-section8 .image-name {
  margin-bottom: 40px;
}

.product-section8 .graphic-source {
  margin-top: 10px;
}

.product-section8 .products-blob1 {
  top: -230px;
  right: -180px;
  opacity: 0.5;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .product-section8 h3 {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .product-section8 .right-content p {
    margin-bottom: 0 !important;
  }

  .product-section8 .section-content {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere; /* this is key */
    word-break: break-word;
  }

  .product-section8 .graphic-source {
    margin-top: 20px;
  }

  .product-section8 .line-anim {
    margin: 3px 40px 8px;
    height: 80px;
  }

  .product-section8 h5 {
    margin-bottom: 40px;
  }

  .product-section8 p {
    margin-bottom: 20px;
  }

  .product-section8 .section-content a {
    color: rgba(255, 255, 255, 1);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

/* for-tablet-horizontal { */
@media (min-width: 992px) and (max-width: 1199px) {
  .product-section8 .section-content a {
    color: rgba(255, 255, 255, 1);
  }
}
