.project-card-add-elem{
    display: flex; border-radius: 36px; overflow: hidden; background:#EDEDED; border: 0px solid #DADADA; direction: rtl; margin-bottom: 50px;
}
.project-info-add-elem .elementor-button-project{
    float: left;
    margin-top: 26px;
}

.project-info-add-elem h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.239px; /* 56.479% */
}
.project-info-add-elem p{
    color: #838383;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.project-info-add-elem p strong{
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.project-info-add-elem .elementor-button-project{
    border-radius: 59.5px !important;
    background: #D44250 !important;
    color: white !important;
    padding: 0px !important;
    display: inline-block;
    width: 195px;
    height: 40px;
    font-size: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.project-info-add-elem .elementor-button-project img{
    width: 12px;
    margin-top: 4px;
}

.more-project-display{
    border-radius: 192px;
    border: 1px solid rgba(97, 97, 97, 0.34);
    background: #070707;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.36px; /* 90.353% */
    display: flex;
    width: 209.05px;
    height: 58.61px;
    padding: 21.12px 56.473px 20.49px 57px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    margin: 0 auto;
}

@media (max-width: 922px) {
  .project-card-add-elem{
    gap:30px;
    margin-bottom: 60px;
  }  
  .project-info-add-elem{
    padding: 5px !important;
  }  
  .project-info-add-elem h2 {
        font-size: 18px;
        margin-bottom: 5px !important;
    }
 .project-info-add-elem p strong{
    font-size: 10px;
  }   
 .project-info-add-elem p{
    font-size: 10px;
 }
 .project-info-add-elem .elementor-button-project{
        width: 132px;
        height: 35px;
        margin: 25px 0 13px 13px;
        font-size: 11px !important;
        gap:6px !important;
 }
 .project-image-desktop {
    display: none !important;
  }

  .project-image-mobile {
    display: block !important;
  }
}
