
.dgm-about-content p a {
  position: relative;
  color: var(--tp-common-black);
  font-weight: 500;
  text-decoration: none;
}

.dgm-about-content p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background: var(--tp-common-yellow);
  opacity: .8;
  transition: all .25s ease;
}

.dgm-about-content p a:hover::after {
  bottom: -8px;
  opacity: 1;
}

.dgm-about-content h1{
	font-size: 50px;
  font-weight: 700;
  line-height: 1;
 }


.dgm-about-content h2{
	font-size: 40px;
  font-weight: 700;
  line-height: 1;
  }


.dgm-about-content h3{
	font-size: 30px;
  font-weight: 700;
  line-height: 1;
 }


.dgm-about-content p {
    margin-left: auto;
    margin-right: auto;
}

.dgm-about-content ul {
    display: inline-block;
    text-align: left;
    max-width: 850px;
    margin: 30px auto;
    padding-left: 25px;
	margin-top: 0px;
}

.dgm-about-content li {
    margin-bottom: 16px;
    line-height: 1;
	font-size: 18px;
}



.tp-hero-2-area {
    position: relative;
    overflow: hidden;
}

.tp-hero-2-area::before {
    content: "";
    position: absolute;
    inset: 0;
background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.4) 40%,
    rgba(0,0,0,0) 100%
);
    z-index: 1;
    pointer-events: none;
}

.tp-hero-2-area > * {
    position: relative;
    z-index: 2;
}