
.service__container.style2 .service__list {
  padding: 30px 30px 30px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.service__container.style2 .service__list .icon-box {
  margin-bottom: 15px;
}
.service__container.style2 .service__list .icon-box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service__container {
  height: 100%;
  position: relative;
}
.service__item.style2 .service__list {
  padding: 12px 20px 12px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.service__list {
  padding: 50px 40px 30px;
  background-color: var(--gray-2);
  border-radius: 20px;
  height: 100%;
}
.more-service__item{
  border: 2px solid var(--primary-color);
  height: 100%;
}
/* .more-service__item p{
  word-spacing: 0.5em;
} */

.writer_card{
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 40px 0px rgba(92, 92, 92, 0.17);
  padding: 28px 30px 20px 35px;
  position: relative;
}
.writer_card .btn{
background-color: var(--primary-color);
color: #fff;
}
.profile-picture{
    border-radius: 100px;
    border: 10px solid #ffffff;
    height: 125px;
    position: absolute;
    top: -40px;
    width: 125px;
}
.profile-picture img {
  width: 100%;
  border-radius: 100px;
  height: 100%;
}
/* .rate span:last-child{
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 17%) ;
  padding: 5px 10px;
  border-radius:10px ;
  font-weight: 700;
  margin-left: 5px;
} */
.score_box{
  border: 2px solid var(--primary-color);
  height: 100%;
  padding-inline: 10px;
}
.clients_content h2{
  font-weight: 700;
}
.clients_content p{
  text-transform: capitalize;
}

init="false" {
  background: grey !important;
}
