.publish-all{
  display: flex;
  margin-top: 20px;
  text-align: center;
  position: relative;
  align-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.publish-all .publish-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  background: #EFEFEF;
  padding-block: 13px;
  margin-inline: 7px;
  border-radius: 6px;
  border: 1px solid #e2e0e0;
  direction: rtl;
  margin-block: 8px;
}
.publish-all .publish-item p{
  font-size: 18px;
    font-family: 'TajawalMedium';
}



.publish-all .publish-item img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.publish-all .publish-item h6{
  font-size: 14px;
  color: #B1B6BA;
}

.publish-all .publish-item span{
  color: var(--lightblue);
  font-family: 'TajawalBold';
  font-size: 17px;
}

.all-kinds .form-part button{
  width: 100%;
  background-color: var(--lightblue);
  height: 30px;
  border: 1px solid #FFF;
  color: #fff;
  text-align: center;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}