.solutions{
    position: relative;
     background: linear-gradient(to left,#ffffffde,#fffffff2 33%,#ffffff 63%),url(../../assets/img/aboutusbg.png) no-repeat left center/cover;
    padding: 94px 0 141px;
}

.solutions .row{
    grid-gap: 2rem 0;
}

.solutions .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.solutions .img{
    position: relative;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 530px;
    max-width: 100%;
    aspect-ratio: 1/1.17547;
}

.solutions .img .fx{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/solsimgfx.png);
}

.solutions .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 8px;
}

.solutions .img::after{
    content: url(../../assets/img/aboutusicon.png);
    position: absolute;
    inset: auto -7.73584% -6.26003% auto;
    height: 177px;
}

.solutions hr{
    margin: 20px 0 25px;
}

.solutions .text strong,
.aplications .text strong,
.precision .text strong,
.contact .text strong{
    color: var(--title);
}

.solutions .text ul{
    padding-left: 1.9rem;
}

.solutions .text ul>*{
    padding: 4px 0;
}

.solutions .text ul>*::marker{
    content: url(../../assets/img/limarker.svg);
}

.configs{
    background: url(../../assets/img/configsbg.png) no-repeat bottom left;
    padding: 34px 0;
}

.configs .img img{
    border-radius: 8px;
}

.configs .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.configs .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

@media(max-width:992px){
    .solutions,
    .configs{
        padding: 2rem 0;
    }
    .solutions{
        overflow: hidden;
    }
}