.uspace{
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    direction: rtl;
    margin-top: 5px;
    margin-bottom: 15px;
    /* background: linear-gradient(104.09deg, #6601FF -19.17%, #6601FF 48.47%, #6601FF 125.14%); */
    background-image: url('../img/shaguf-2/LAPTOP_BANNER.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #5b29f5; */
    border-radius: 5px;
    display: flex;
    box-sizing: border-box;
    padding: 20px 30px;
    height: 100px;
    flex-direction: column;
    gap: 20px;
    /* box-shadow: 0px 0px 30px 0px rgba(103, 1, 255, 0.25) */
}

.uspace-logo{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.uspace-content{
    color: white;
    font-size: 14px;
    text-align: justify;
}

.uspace-content span{
    /* color: rgb(169, 235, 94); */
    font-size: 14px;
}
.uspace-cat{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 10px;
}

.uspace-text .code{
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif !important;
}

.uspace-cat-btn{
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 3px 5px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.uspace-cat-btn div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uspace-cat-btn .uspace-cat-text{
    padding-top: 5px;
    padding-right: 10px;
    font-size: 14px;
    color: #6601FF !important;

}

.uspace-text{
    margin-bottom: 20px;
}

@media (max-width: 1400px) and (min-width: 760px ) {
    .uspace-text{
        margin-bottom: 0px;
    }
    .uspace-logo .logo{
        width: 70px;
        margin-top: 10px;
    }
    .uspace-content{
        font-size: 16px;
    }

    .uspace-content span{
        font-size: 16px;
    }

    .uspace-cat-btn .uspace-cat-text{
        padding-top: 3px;
        font-size: 16px;      
    }
    .uspace{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding: 20px 30px;
        background-image: url('../img/shaguf-2/TABLET_BANNER.png');

    }
}
@media (max-width: 760px) {
    .uspace-logo .logo{
        width: 60px;
    }
    .uspace{
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding: 10px 10px;
        background-position: bottom;
        background-image: url('../img/shaguf-2/MOBILE_BANNER.png');
    }
    .uspace-text{
        margin-bottom: 0px;
    }
}