.logo-container {
    justify-content: right !important;
}


.logo-container .logo-description {
    right: 115px;
    position: absolute;
}

.icon {
    left: 35% !important;
}

#product-description-ar {
    padding: 0;
    height: 53vh;
    overflow-y: auto;
}

#product-description-ar::-webkit-scrollbar {
    width: 5px;
}

#product-description-ar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#product-description-ar::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

#product-description-ar::-webkit-scrollbar-thumb:hover {
    background: #ababab;
}

.title h2 {
    text-align: right;
    margin-top: 60px;
}