header {
  background: #00000d !important;
}

.portfolio-item {
  padding-top: 120px;
}

.portfolio-item .back {
  color: #212121;
  font-family: Epilogue;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-item .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.portfolio-item .divid {
  width: 100%;
  height: 1px;
  background: #cbcce0;
  margin: 64px 0;
}

.portfolio-item .ptestimonial .testimonial-item {
  padding: 20px 0;
}

.portfolio-item .ptestimonial .testimonial-item .testimonial-item-head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.portfolio-item .ptestimonial .testimonial-item .testimonial-item-head img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin-right: 20px;
}

.portfolio-item .ptestimonial .testimonial-item .testimonial-item-head h1 {
  color: #212121;
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

.portfolio-item .ptestimonial .testimonial-item .testimonial-item-head h2 {
  color: #7b85ad;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.portfolio-item .ptestimonial .testimonial-item .testimonial-item-text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.portfolio-item .ptestimonial .testimonial-item a {
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #fff;

  text-decoration: none;
  color: #fff;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 24px;
}
