.gn-graphic-title.curve {
  display: flex;
  flex-direction: column;
  gap: 2.348rem;
  padding: 6.087rem 13.8rem 2.348rem;
}

.gn-graphic-title.straight {
  position: relative;
  margin: 8.696rem 0 2.348rem;
  padding: 0 13.8rem;
}

@media screen and (max-width: 991px) {
  .gn-graphic-title.curve {
    padding: 6.087rem 8rem 2.348rem;
  }

  .gn-graphic-title.straight {
    padding: 0 8rem;
  }
}

@media screen and (max-width: 767px) {
  .gn-graphic-title.curve {
    padding: 4.6rem 1.7rem 2rem;
  }

  .gn-graphic-title.straight {
    margin: 6rem 0 1.6rem;
    padding: 0 1.7rem;
  }
}

.gn-graphic-title h3 {
  margin: 0;
  color: #BF1F36;
  font-weight: 500;
  font-size: 5.217rem;
}

@media screen and (max-width: 767px) {
  .gn-graphic-title h3 {
    font-size: 3.5rem;
  }
}

.gn-graphic-title.curve img {
  display: flex;
  width: fit-content;
  height: fit-content;
  transform: translateX(-13.8rem);
}

.gn-graphic-title.straight img {
  position: absolute;
  top: 2.174rem;
  left: 13.8rem;
  width: 124px;
  height: 13px;
  transform: translateX(calc(-100% - 3.1rem));
}

@media screen and (max-width: 991px) {
  .gn-graphic-title.curve img {
    transform: translateX(-23.5rem);
  }

  .gn-graphic-title.straight img {
    left: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .gn-graphic-title.curve img {
    width: 123px;
    height: 40px;
    transform: translateX(calc(-100% + 3.5rem));
  }

  .gn-graphic-title.straight img {
    top: 1.6rem;
    left: 1.5rem;
    width: 82px;
    height: 7px;
    transform: translateX(-100%);
  }
}