.about {
  margin-top: 84px;
}
.about-tx {
  color: var(--tx-color);
}
.about-tx h1 {
  font-size: 60px;
}
.about-tx h4 {
  font-size: 24px;
}
.about-tx h2 {
  font-size: 24px;
  line-height: 1.5;
}
.about-tx p {
  font-size: var(--font-size-h5);
  line-height: 1.6;
}
.about-tx p span {
  font-weight: 600;
}
.about-section {
  margin-top: 44px;
  margin-bottom: 80px;
}
.about-tx h1 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
}

.about-tx h1.fading-up::before {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.about-tx p a {
  color: var(--tx-color);
  font-weight: 600;
}
.about-img {
  width: 100%;
}
.about-img img {
  width: 100%;
  height: 100%;
}
