.button {
  background: #ff3c00;
  padding: 18px;
  color: #272533;
  border-radius: 8px;
  width: 180px;
  border: 0px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  transform: scale(1, 1);
}

.button::before {
  position: absolute;
  content: "";
  background-color: #812b36;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -1;
  transform: scale(0);
  transition: transform 0.5s ease;
}

.cv-qa {
  padding: 30px 0px;
}
.cv-qa .cv-aq_details .cv-commom-skill {
  text-align: center;
  padding-bottom: 40px;
}
.cv-qa .cv-aq_details .cv-commom-skill .cv-trapezoid {
  width: 400px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .cv-qa .cv-aq_details .cv-commom-skill .cv-trapezoid {
    width: 100%;
  }
  .cv-qa .cv-aq_details .cv-commom-skill .cv-trapezoid h2 {
    left: 32px;
  }
}
.cv-qa .cv-aq_details .cv-qa-img_right {
  width: 550px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .cv-qa .cv-aq_details .cv-qa-img_right {
    width: 100%;
  }
}
.cv-qa .cv-aq_details .cv-qa-img_right img {
  border-radius: 10px;
}
.cv-qa .cv-aq_details .cv-qa_dt-left {
  padding: 0px 0px 20px 0px;
}
.cv-qa .cv-aq_details .cv-qa_dt-left h4 {
  font-size: 32px;
  font-weight: bold;
}
.cv-qa .cv-aq_details .cv-qa_dt-left ul li {
  margin-top: 20px;
}
.cv-qa .cv-aq_details .cv-qa_dt-left ul li h6 {
  font-size: 20px;
  font-weight: bold;
  color: #ff3c00;
}
.cv-qa .cv-aq_details .cv-qa_dt-left ul li p {
  font-size: 16px;
}/*# sourceMappingURL=style_about.css.map */