
.your-parner-section{
    position: relative;

}
.title-para-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}
@media(min-width:1024px){
 .parallax-cards-image{
     max-width:850px;
     position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 850px;
    top: 25%;
    z-index: -1;
 }
}
.title-para-line-left h2 {
    margin-top: 12px;
    max-width: 1233px;
    width: 100%
}

.title-para-line-right {
    max-width: 522px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
.your-parner-section .title-para-line:lang(ar){
    align-items: start;
}
  .title-para-line-right p{
        text-align: right;
    }
.title-para-line-right svg{
    position: absolute;
    top: 150px;
    right: -75px;
    width: 100%;
}
.title-para-line-right svg:lang(ar){
    transform: scaleX(-1);
    top: 190px;
    right: unset;


}
@media(max-width:1024px){
    .your-parner-section .title-para-line-right svg:lang(ar){
        display: none;
    }
    .your-parner-section{
        background: none;
    }
    .parallax-cards-image{
        position: absolute;
        left: 50%;
        top: 38%;
        width: 100%;
        max-width: 410px;
        z-index: -1;
        transform: translateX(-50%);
    }
}
@media(max-width:768px){
    .title-para-line{
        width: 100%;
    }
  .title-para-line-right p{
        max-width: 356px; 
    }
    .title-para-line-right svg{
        right: -13px;
        width: 100%;
        top: 75px;
    }
}