.top{
    background: url(../../assets/img/psoltbg.png) no-repeat top right;
    padding: 0 0 2.73rem;
}

.top .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.top .row>*{
    padding: 0 1rem;
}

.top .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.top .row>*:last-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.top .img{
    position: relative;
    width: clamp(10px,100%,424px);
    aspect-ratio: 1/.91981;
    border-radius: 0 0 10px 10px;
    background-color: var(--line);
}

.top .img::before{
    content: '';
    position: absolute;
    inset: 0 calc(100% - 1px) auto auto;
    width: 8.72641%;
    aspect-ratio: 1/8.48648;
    border-radius: 0px 0px 0px 16px;
    border-bottom: 15px solid var(--title2);
    border-left: 15px solid var(--title2);
}

.top .img::after{
    content: '';
    position: absolute;
    inset: auto -23.11320% 19.74358% auto;
    width: 46.22641%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 54.3px #7090b040);
    -webkit-filter: drop-shadow(0px 0px 54.3px #7090b040);
    -ms-filter: drop-shadow(0px 0px 54.3px #7090b040);
    background: url(../../assets/img/iconn.svg) no-repeat center, var(--white);
    background-size: calc(100% - 2rem);
}

.top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 0 0 10px 10px;
}

.top .text{
    width: clamp(10px,100%,623px);
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.8px;
}

.solucoes{
    background: linear-gradient(270deg, #cbcbcb80 0%, #e6e7e980 100%) no-repeat top left, url(../../assets/img/topbg1.jpg) no-repeat top left,url(../../assets/img/topbg2.jpg) no-repeat bottom right,url(../../assets/img/noisefxx.png) no-repeat center;
    background-size: 100% 1px, auto, auto, cover;
    padding: 7.33rem 0 8rem;
}

.solucoes .row{
    grid-gap: 35px 0;
}

.solucoes .row>*{
    position: relative;
    z-index: 1;
    padding: 0 22px;
}

.solucoes .box{
    position: relative;
    height: 100%;
    font-family: var(--jak);
    border-radius: 10px;
    background-color: var(--white);
    /* box-shadow: 0px 0px 20px -7px #7090b026; */
    box-shadow: 0px 0px 20px -7px #7090b04a;
    padding: 24px 17px 25px;
}

.solucoes .box::before{
    content: '';
    position: absolute;
    z-index: -1;
    inset: -10px auto auto -10px;
    width: calc(100% + 20px);
    height: 100%;
    border: 2px solid #EAEAEA;
    border-radius: 10px;
}

.solucoes .box img{
    width: 61px;
    aspect-ratio: 1/1;
    object-fit: contain;
    -o-object-fit: contain;
    margin-bottom: 20px;
}

.solucoes .box .title{
    color: var(--text2);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 1rem;
}

.solucoes .box .text{
    color: var(--text2);
    line-height: 18px;
}

@media(max-width:1300px){
    .top .img::after{
        inset: auto -6.1132% 19.74358% auto;
    }
}

@media(max-width:992px){
    .top,
    .solucoes{
        padding: 2rem 0;
    }
    .top .row>*:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }
    .top .img::after{
        inset: auto -23.11320% 19.74358% auto;
    }
    .top .text{
        width: 100%;
    }
    .top .row>*,
    .solucoes .row>*{
        padding: 0 12px;
    }
}

@media(max-width:575px){
    .top .img::before{
        display: none;
        display: -webkit-none;
    }
    .top .img::after {
        inset: auto -1rem 1.74358% auto;
    }
}