.personal_title { margin-top: 20px; font-style: normal; font-size: 24px; line-height: 23px; padding-bottom: 5px; border-bottom: 3px solid #FFD503; margin-bottom: 20px; color: #000000; width: fit-content; font-weight: bold; } .breadcrumb_lk { display: flex; justify-content: space-between; margin-bottom: 20px; .my_account_link, .my_orders_link { width: 48%; border: 1px solid #7C7C7C; font-style: normal; font-size: 14px; line-height: 13px; color: #000000; text-decoration: none; padding: 13px 20px; display: flex; justify-content: center; align-items: center; font-weight: bold; &:hover { background: #FFD503; border: 1px solid #FFD503; color: #FFFFFF; } } .active { background: #FFD503; border: 1px solid #FFD503; color: #FFFFFF; } }