.theme-shape {
  padding: 30px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  margin-bottom: 30px;
  border-radius: 12px;
}

.theme-shape .left {
  text-align: left;
}

.theme-shape .right {
  text-align: right;
}

.theme-shape .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 15px;
  height: 100%;
  background-color: #eff2fa;
  background-image: linear-gradient(#ecd8e4, #fff, #edf7fd);
  transform: rotateZ(30deg) scale(1.2);
}

.theme-shape  p{
font-size:16px;
line-height:1.7;
font-weight:400;
color:#65676b;
margin:0 0 30px;
}

.rwt-portfolio-details .content-left .title {
  font-size: 38px;
  margin-bottom: 33px;
}

.theme-shape .title {
  font-size: 25px!important;
  margin-bottom: 20px!important;
  color: #181818!important;
}

span {
background-color: transparent !important;
}

.content p {
  color: #65676b;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 30px;
}

.rwt-portfolio-details .content-left .single-list-wrapper {
  margin: -5px;
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list + .single-list {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list label {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list span {
  font-size: 18px;
}

.rwt-portfolio-details .content-right .subtitle {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.rwt-portfolio-details .content-right .description p {
  margin-bottom: 10px;
}

