.ourbrand{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 120px 0;
}

.ourbrand .desc{
    width: 50%;
    font-size: 20px;
    text-align: left;
    z-index: -1;
    text-justify: inter-word;
    text-align: justify;
    margin-top: 100px;
}

.ourbrand .top{
    width: 100%;
    position: relative;
    margin-top: 0;

}

.ourbrand .top .top-title-container{
    position: absolute;
    top: 0;
    width: 30%;
    margin-left: 15%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    text-justify: inter-word;
}

.ourbrand .top .top-img{
    width: 100%;
    height: auto;
}

.ourbrand .desc .top-title{
    font-size: 32px;
    color: #754EBE;
    font-weight: bold;
    margin-bottom: 30px;

}

.ourbrand .desc .title{
    font-size: 32px;
    color: #754EBE;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.ourbrand .malls-container{
    width: 65%;
    margin-top: 80px;

}

.ourbrand .malls-container .title{
    font-size: 28px;
}

.ourbrand .malls-container .malls-list{
}

.ourbrand .malls-container .malls-list img{
    height: 70px;
    width: 204px;
    margin: 40px 40px 0 0;
    object-fit: contain;
    align-items: flex-end;
    text-align: right;
}

@media only screen and (max-width: 650px) {
    .ourbrand .desc{
        width: 90%;
        font-size: 16px;
        margin-top: 40px;
    } 

    .ourbrand .top .top-title-container{
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;       
    }

    .ourbrand .desc .top-title{
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    
    }

    .ourbrand .desc .title{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .ourbrand .malls-container{
        width: 90%;
        margin-top: 40px;
    
    }
    
    .ourbrand .malls-container .title{
        font-size: 20px;
    }
    
    .ourbrand .malls-container .malls-list{
    }
    
    .ourbrand .malls-container .malls-list img{
        height: 70px;
        width: 204px;
        margin: 40px 40px 0 0;
        object-fit: contain;
        align-items: flex-end;
        text-align: right;
    }
}