.row-container {
    box-sizing: border-box;
    padding: 10px 0px;
}

.container {
    margin-top: 10px;
    // margin-bottom: 50px;
}

.text-gray {
    color: #565C70;
}

.detail-title {
    // font-size: 16px;
    font-weight: 600;
}



