.graphicdesign .content {
  position: relative;
  margin-top: 63px;
  background-image: url("../img/graphcDesign/bg_mobile.jpg");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .graphicdesign .content {
    margin-top: 80px;
    background-image: url("../img/graphcDesign/bg_pc.jpg");
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .graphicdesign .content {
    background-size: 100% 100%;
  }
}
.graphicdesign .content .text {
  color: #ffffff;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  position: absolute;

  left: 10%;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .graphicdesign .content .text {
    top: 42%;
    transform: translateY(-50%);
  }
}
.graphicdesign .content .text h2 {
  font-family: "BerlinSansFBDemi-Bold";
  font-size: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .graphicdesign .content .text h2 {
    font-size: 70px;
  }
}
.graphicdesign .content .text p {
  font-family: "Poppins-Regular";
  letter-spacing: 2px;
  margin-bottom: 30px;
  width: 503px;
}
@media screen and (max-width: 992px) {
  .graphicdesign .content .text p {
    width: 100%;
  }
}
.graphicdesign .content .text div {
  width: 100%;
}
.graphicdesign .content .text div > button {
  width: 258px;
  height: 50px;
  background-color: #f6821f;
  border-radius: 5px;
  border: solid 1px #f6821f;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .graphicdesign .content .text div > button {
    width: 100%;
  }
}
